mirror of
https://gitlab.jonasled.de/jonasled/discordbot
synced 2024-11-16 06:52:17 +01:00
add cooldown config
This commit is contained in:
parent
0462298c44
commit
1d9f0ff4a2
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ gameStartTime = 1262304000 #UNIX timestamp when the user started playing the gam
|
|||
|
||||
allowOnServer = [] #use this, if you want to allow this Bot only on specific Servers
|
||||
reactOnValidCommand = True #disable this, if the bot should not react with ✅ on every valid command
|
||||
cooldownTime = 10 #time to wait until the user can execute the same command again
|
||||
|
||||
#leveling settings
|
||||
base = 10
|
||||
|
|
Loading…
Reference in a new issue