forked from EllieBotDevs/elliebot
added timely boost bonus to gambling.yml
.betstats renamed to .gamblestats/.gs added .betstats, .betstats <game> and .betstats <user> <game?> command which shows you your stats for gambling commands
This commit is contained in:
parent
39297c6f83
commit
7da8f2c403
21 changed files with 13690 additions and 6320 deletions
src/EllieBot/data
|
@ -1,5 +1,5 @@
|
|||
# DO NOT CHANGE
|
||||
version: 9
|
||||
version: 10
|
||||
# Currency settings
|
||||
currency:
|
||||
# What is the emoji/character which represents the currency
|
||||
|
@ -57,7 +57,7 @@ timely:
|
|||
# setting to 0 or less will disable this feature
|
||||
cooldown: 12
|
||||
# Whether the users are required to type a password when they do timely.
|
||||
requirePassword: true
|
||||
hasButton: true
|
||||
# How much will each user's owned currency decay over time.
|
||||
decay:
|
||||
# Percentage of user's current currency which will be deducted every 24h.
|
||||
|
@ -273,3 +273,10 @@ voteReward: 100
|
|||
slots:
|
||||
# Hex value of the color which the numbers on the slot image will have.
|
||||
currencyFontColor: ff0000
|
||||
# Bonus config for server boosts
|
||||
boostBonus:
|
||||
# Users will receive a bonus if they boost any of these servers
|
||||
guildIds:
|
||||
- 117523346618318850
|
||||
# This bonus will be added before any other multiplier is applied to the .timely command
|
||||
baseTimelyBonus: 50
|
||||
|
|
Reference in a new issue