mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 01:29:42 +01:00
new debug settings
This commit is contained in:
parent
6db0208ba7
commit
f0621fbb6f
@ -1,8 +1,21 @@
|
|||||||
# You can change setting in here if you wish but it works
|
# You can change setting in here if you wish but it works
|
||||||
# fine as it is configured by default
|
# fine as it is configured by default
|
||||||
|
# remove ; to modify options
|
||||||
|
|
||||||
[logging]
|
[logging]
|
||||||
# folders are created if not existent
|
# folders are created if not existent
|
||||||
# logging levels can be: 10 (Debug), 20 (Info), 30 (Warning), 40 (Critical)
|
# logging levels can be: 10 (Debug), 20 (Info), 30 (Warning), 40 (Critical)
|
||||||
path = logs/
|
; path = logs/
|
||||||
level = 20
|
; 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
|
||||||
|
Loading…
Reference in New Issue
Block a user