forked from EllieBotDevs/elliebot
timely now has an option in gambling whether to use no protection, captcha, or button.
grpc api fix
This commit is contained in:
parent
c5aeb43046
commit
e7cfd3a752
5 changed files with 89 additions and 16 deletions
src/EllieBot/data
|
@ -1,5 +1,5 @@
|
|||
# DO NOT CHANGE
|
||||
version: 10
|
||||
version: 11
|
||||
# Currency settings
|
||||
currency:
|
||||
# What is the emoji/character which represents the currency
|
||||
|
@ -56,8 +56,9 @@ timely:
|
|||
# How often (in hours) can users claim currency with .timely command
|
||||
# setting to 0 or less will disable this feature
|
||||
cooldown: 12
|
||||
# Whether the users are required to type a password when they do timely.
|
||||
hasButton: true
|
||||
# How will timely be protected?
|
||||
# None, Button (users have to click the button) or Captcha (users have to type the captcha from an image)
|
||||
protType: Button
|
||||
# How much will each user's owned currency decay over time.
|
||||
decay:
|
||||
# Percentage of user's current currency which will be deducted every 24h.
|
||||
|
|
Reference in a new issue