aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/cooldowns.py
Commit message (Expand)AuthorAgeFilesLines
* [commands] Added BucketType.members for cooldownsClement2018-08-221-1/+4
* [commands] Minor speed-up for the BucketType.guild case.Rapptz2017-10-081-1/+1
* [commands] Make CooldownMapping.get_bucket take Message instead.Rapptz2017-10-081-4/+3
* [commands] Split Cooldown state processing to two different functions.MysterialPy2017-10-031-7/+14
* [commands] Add CooldownMapping.from_cooldown factory classmethod.Rapptz2017-08-271-0/+4
* Update copyright year to 2017.Rapptz2017-01-201-1/+1
* Rename Server to Guild everywhere.Rapptz2017-01-031-3/+3
* Slots use tuples instead now.Rapptz2017-01-031-1/+1
* [commands] Added a method to reset command cooldown.Dan Hess2016-09-081-0/+5
* [commands] Implement a command cooldown system.Rapptz2016-07-221-0/+121