Add options to disable certain features in debug mode to example config
This commit is contained in:
parent
2cf3bfe811
commit
c392c4c192
@ -30,6 +30,11 @@ ADMINS_ACCOUNTS = ("1admin_acc", "2admin_acc")
|
||||
|
||||
ALLOWED_NORMAL_MODE_COMMANDS = [] # Debug mode commands to be allowed in normal mode
|
||||
|
||||
DISABLE_DEBUG_MODE_REAPER = False
|
||||
DISABLE_DEBUG_MODE_STASIS = False
|
||||
DISABLE_DEBUG_MODE_TIMERS = False
|
||||
DISABLE_DEBUG_MODE_TIME_LORD = False
|
||||
|
||||
ALT_CHANNELS = ""
|
||||
ALLOWED_ALT_CHANNELS_COMMANDS = []
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user