diff --git a/config/example-bot.conf b/config/example-bot.conf new file mode 100644 index 0000000..9b67e4a --- /dev/null +++ b/config/example-bot.conf @@ -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 diff --git a/config/example-secrets.conf b/config/example-secrets.conf new file mode 100644 index 0000000..b48b2ca --- /dev/null +++ b/config/example-secrets.conf @@ -0,0 +1,6 @@ +[STUDYLION] +token = + +[DATA] +args = dbname= +appid =