mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -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:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user