diff --git a/config/example-bot.conf b/config/example-bot.conf index dfef772e..f8f595f1 100644 --- a/config/example-bot.conf +++ b/config/example-bot.conf @@ -1,26 +1,48 @@ -[DEFAULT] -log_file = bot.log -log_channel = -error_channel = -guild_log_channel = -gem_transaction_channel = +[STUDYLION] +prefix = !! -prefix = ! -token = -owners = 413668234269818890, 389399222400712714 +admins = -database = dbname=lionbot -data_appid = LionBot +admin_guilds = shard_count = 1 -lion_sync_period = 60 +ALSO_READ = config/emojis.conf, config/secrets.conf, config/gui.conf -topgg_password = -topgg_route = -topgg_port = +asset_path = assets -invite_link = https://discord.studylions.com/invite -support_link = https://discord.gg/StudyLions +[ENDPOINTS] +guild_log = +gem_transaction = -ALSO_READ = config/emojis.conf +[LOGGING] +log_file = bot.log + +general_log = +error_log = +critical_log = +error_prefix = +critical_prefix = + +[LOGGING_LEVELS] +root = DEBUG +discord = INFO +discord.http = INFO +discord.gateway = INFO + +[APPIPC] +server_host = 127.0.0.1 +server_port = 5000 + +[ANALYTICS] +appname = Analytics +server_host = 127.0.0.1 +server_port = 4999 + +[BABEL] +locales = ceaser +domains = base, shop, economy, user_config, config, ranks, tasklist, exec, rooms, test, reminders, Pomodoro, statistics, utils, timer-gui, goals-gui, weekly-gui, profile-gui, monthly-gui, leaderboard-gui, stats-gui, settings_base, voice-tracker, text-tracker, core_config, babel + +[TEXT_TRACKER] +batchsize = 1 +batchtime = 600 diff --git a/config/example-gui.conf b/config/example-gui.conf new file mode 100644 index 00000000..7471584a --- /dev/null +++ b/config/example-gui.conf @@ -0,0 +1,4 @@ +[GUI] +skin_data_path = ../skins/ +process_count = 10 +socket_path = gui.sock diff --git a/config/example-secrets.conf b/config/example-secrets.conf new file mode 100644 index 00000000..01e529d2 --- /dev/null +++ b/config/example-secrets.conf @@ -0,0 +1,6 @@ +[STUDYLION] +token = + +[DATA] +args = dbname=lion_data +appid = StudyLion