diff --git a/bot/config/settings.ini b/bot/config/settings.ini index ccd89e9..c8fc31f 100644 --- a/bot/config/settings.ini +++ b/bot/config/settings.ini @@ -1,8 +1,21 @@ # You can change setting in here if you wish but it works # fine as it is configured by default +# remove ; to modify options [logging] # folders are created if not existent # logging levels can be: 10 (Debug), 20 (Info), 30 (Warning), 40 (Critical) -path = logs/ -level = 20 +; path = logs/ +; level = 20 + +[presence] +# repeat sending queries in case the server is offline +; retry_in_seconds = 15 +; server_start_timout = 300 + +[debug] +# only select this if you want to try it in you guilds now, +# the better option is to wait up to an hour (discords regulation) and let the bot +# create the slash commands globally +# enter multiple guild ids by separating them with space +debug_guilds = 848137923101982741 958692739065720832 418447236008116228