[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:
NIXC 2019-04-22 17:44:05 -06:00 committed by Will
parent 691d8af26d
commit 0ac93aacd5

View File

@ -116,7 +116,7 @@ class Economy(commands.Cog):
"PAYDAY_CREDITS": 120, "PAYDAY_CREDITS": 120,
"SLOT_MIN": 5, "SLOT_MIN": 5,
"SLOT_MAX": 100, "SLOT_MAX": 100,
"SLOT_TIME": 0, "SLOT_TIME": 5,
"REGISTER_CREDITS": 0, "REGISTER_CREDITS": 0,
} }