-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault_config.yml
More file actions
23 lines (18 loc) · 977 Bytes
/
default_config.yml
File metadata and controls
23 lines (18 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
bot:
# Bot token.
token: "<add-token-here>"
# Decides which messages are shown in console
# Possible values are: Critical, Error, Warning, Information, Debug.
console-log-level: "Information"
# Sets the type of activity for the bot to display in its presence status
# Possible values are: Playing, Streaming, ListeningTo, Watching, Competing
presence-type: "Watching"
# Sets the activity text shown in the bots status
presence-text: "Discord"
# Log all console output to a file, can be overridden using command line arguments. Set to "" to disable.
# When running the bot as a service this will be set to "/var/log/roleboi/roleboi.log" by the service.
# The log file will still log all log levels regardless of the console log level setting.
log-file: ""
# Path to where the sqlite database file is saved.
# When running the bot as a service this will be set to "/var/lib/roleboi/roleboi.db" by the service.
database-file: "./roleboi.db"