PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
791 stars 163 forks source link

Cooldown per user is not working #275

Closed YI3N closed 2 years ago

YI3N commented 2 years ago

Maybe I am doing something wrong, but '@commands.cooldown(rate, per, commands.Bucket.user)' not working as it's supposed to. It should cooldown command per user, but it is working as cooldown per channel. If there is something more needed to be done to make this work as it supposed to - I would like to get some help, please.

chillymosh commented 2 years ago

This is a known issue that we are aware of. Cooldowns currently only work globally.