i kinda forgot to commit. Anyways, i made the config into toml, edited readme, and... refactored code...

This commit is contained in:
2025-06-07 13:14:50 +02:00
parent c0793562e3
commit 4c21b6da4e
20 changed files with 149 additions and 101 deletions
+19
View File
@@ -0,0 +1,19 @@
[reddit]
# Which subreddits the bot will scan when executing "re"-category commands.
# Is automatically disabled when `disabled_categories` includes "re".
# Separate multiple subreddits with a "+", e.g "memes+askreddit".
subreddits = "bytedicetesting"
# How many posts the bot scans when running `/re_updatediscord`.
fetch_limit = 100
[commands]
# TODO: readme
# Disabled selected command categories. All commands and their categories can be viewed in the README.
# "admin" and "owner" categories are always enabled.
# [REQUIRES RESTART]
disabled_categories = [
# "fun",
# "help"
# "re"
]