generated from HoloTech/discord-bot-template
Initial commit
This commit is contained in:
27
example-config/example-bot.conf
Normal file
27
example-config/example-bot.conf
Normal file
@@ -0,0 +1,27 @@
|
||||
[BOT]
|
||||
prefix = t!
|
||||
|
||||
admins = 413668234269818890
|
||||
|
||||
admin_guilds = 1265249490063851571
|
||||
|
||||
shard_count = 1
|
||||
|
||||
ALSO_READ = config/emojis.conf, config/secrets.conf
|
||||
|
||||
[LOGGING]
|
||||
log_file = bot.log
|
||||
|
||||
general_log = https://discord.com/api/webhooks/1409394313552593009/5SB_zbzyPa_ccshoe3ePGjCnbT9s6mPfCfpY8P7bL_Zn6vNkeF4CFFbAFEykHZlZl7e8
|
||||
error_log = %(general_log)s
|
||||
critical_log = %(general_log)s
|
||||
warning_log = %(general_log)s
|
||||
warning_prefix = **WARNING**
|
||||
error_prefix = **ERROR**
|
||||
critical_prefix = ***CRITICAL***
|
||||
|
||||
[LOGGING_LEVELS]
|
||||
root = DEBUG
|
||||
discord = INFO
|
||||
discord.http = INFO
|
||||
discord.gateway = INFO
|
||||
Reference in New Issue
Block a user