Add example config.
This commit is contained in:
28
config/example-bot.conf
Normal file
28
config/example-bot.conf
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
[BOT]
|
||||||
|
prefix = !!
|
||||||
|
|
||||||
|
admins =
|
||||||
|
|
||||||
|
admin_guilds =
|
||||||
|
|
||||||
|
shard_count = 1
|
||||||
|
|
||||||
|
ALSO_READ = config/emojis.conf, config/secrets.conf
|
||||||
|
|
||||||
|
|
||||||
|
[LOGGING]
|
||||||
|
log_file = bot.log
|
||||||
|
|
||||||
|
general_log =
|
||||||
|
error_log = %(general_log)
|
||||||
|
critical_log = %(general_log)
|
||||||
|
warning_log = %(general_log)
|
||||||
|
warning_prefix =
|
||||||
|
error_prefix =
|
||||||
|
critical_prefix =
|
||||||
|
|
||||||
|
[LOGGING_LEVELS]
|
||||||
|
root = DEBUG
|
||||||
|
discord = INFO
|
||||||
|
discord.http = INFO
|
||||||
|
discord.gateway = INFO
|
||||||
6
config/example-secrets.conf
Normal file
6
config/example-secrets.conf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[STUDYLION]
|
||||||
|
token =
|
||||||
|
|
||||||
|
[DATA]
|
||||||
|
args = dbname=
|
||||||
|
appid =
|
||||||
Reference in New Issue
Block a user