-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcfg_default.toml
More file actions
44 lines (34 loc) · 1.3 KB
/
cfg_default.toml
File metadata and controls
44 lines (34 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[general]
# The language of the bot. Available languages can be found in the data/lang folder.
# NOTE: Do not include the file extension of the language. For example, "en.json" is just "en".
lang = "en"
# The discord bots status text
status = "🎲 https://bytedice.net"
# Adds "(Commit #123)" at the end of the status
statusCommitNumber = true
# Changes "(Commit #123)" into "(Experimental #123)"
# Requires statusCommitNumber to be true
statusExperimentalCommit = false
[reddit]
# Which subreddits the bot will scan when executing "re"-category commands.
# Is automatically disabled when `disabled_categories` includes "re".
subreddits = ["bytedicetesting"]
# How many posts the bot scans when running `/re_updatediscord`.
fetch_limit = 100
# A list of flairs the post must be tagged under to be scraped.
# Leave empty to search for everything
search_flairs = ["Original Art"]
# Command aliases for the Reddit bot, since those aren't autocomplete-able.
[reddit.aliases]
add_post = ["weekly_art", "weekly"]
[commands]
# Disabled selected command categories. All commands and their categories can be viewed in the README.
disabled_categories = [
# "fun",
# "help",
# "re",
# "debug",
# "db"
]
# The chance (between 0..1) for the `/8_ball` command to output a "quirky" answer.
eight_ball_quirky_chance = 0.2