i kinda forgot to commit. Anyways, i made the config into toml, edited readme, and... refactored code...
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
Yes.
|
||||
No.
|
||||
Maybe.
|
||||
Ask again later.
|
||||
Cannot predict now.
|
||||
Outlook not so good.
|
||||
Signs point to yes.
|
||||
Very doubtful.
|
||||
Without a doubt.
|
||||
Better not tell you now.
|
||||
@@ -1,14 +0,0 @@
|
||||
42
|
||||
Try turning it off and on again.
|
||||
Error 404: Answer not found.
|
||||
Consult your nearest wizard.
|
||||
Why should I know? Go ask your cat or something.
|
||||
The stars say yes, but the moon disagrees.
|
||||
You don’t want to know... trust me.
|
||||
Sure, but don’t quote me on that.
|
||||
In an alternate universe, yes.
|
||||
Why are you asking a stupid bot?
|
||||
Only if you bring snacks.
|
||||
Flip a coin, I’m on break.
|
||||
The spirits are buffering... please wait.
|
||||
You already know the answer.
|
||||
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"comment": "IMPORTANT!!! Anything labeled with 'RESTART_{cfg-name-here}' requires a restart to apply",
|
||||
"reddit": {
|
||||
"RESTART_enabled": true,
|
||||
"subreddits": "bytedicetesting",
|
||||
"fetch_limit": 100
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
@@ -1 +0,0 @@
|
||||
🎲 https://bytedice.net
|
||||
Reference in New Issue
Block a user