Hello, is it possible to persist a cooldown after restarting the bot? I have commands with big cooldowns (like a day or a month) and I don't want them to be reset.
Solution Message
2412/6/2022
There's no built in solution. You'd have to write one yourself backed by redis or some other solution
Lynx12/6/2022
Okay, thanks. Guess I will need to change my memcached to Redis.