mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[V3 Economy] Add default cooldown to slots (#2561)
* Add default cooldown to slots To prevent abuse * slight boost in time 1 second actually doesn't help, needs a bit more.
This commit is contained in:
parent
691d8af26d
commit
0ac93aacd5
@ -116,7 +116,7 @@ class Economy(commands.Cog):
|
||||
"PAYDAY_CREDITS": 120,
|
||||
"SLOT_MIN": 5,
|
||||
"SLOT_MAX": 100,
|
||||
"SLOT_TIME": 0,
|
||||
"SLOT_TIME": 5,
|
||||
"REGISTER_CREDITS": 0,
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user