-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yml.example
32 lines (32 loc) · 1.07 KB
/
config.yml.example
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
guild_defaults:
# The bot will not learn sentences that match these regexes (anywhere)
banned_regexes:
- http
- '```'
# The bot will ignore sentences that contain these words (whole words only)
banned_words: []
# Location of the brain file for each server. Leave set to null.
brainfile: null
# Whether or not to respond to bot accounts
ignore_bots: true
# Whether learning is allowed or not
learn_enabled: true
limit_to: null
# If stfu is true, the bot will not speak unless spoken to
stfu: true
# if really_stfu is true, the bot will not speak unless commands are used.
really_stfu: true
# Save the brain file after this many messages
save_every: 10
# Interject with a random sentences this percentage of the time
speak_probability: 5
# Do not learn or respond to messages from these users
ignored_users: []
# Do not learn or respond to messages from these channels:
ignored_channels: []
guilds:
test_guild_please_ignore: null
system:
# Replace with your token from the Discord developer dashboard
bot_token: null
command_prefix: '@'