| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [commands] Added BucketType.members for cooldowns | Clement | 2018-08-22 | 1 | -1/+4 |
| * | [commands] Minor speed-up for the BucketType.guild case. | Rapptz | 2017-10-08 | 1 | -1/+1 |
| * | [commands] Make CooldownMapping.get_bucket take Message instead. | Rapptz | 2017-10-08 | 1 | -4/+3 |
| * | [commands] Split Cooldown state processing to two different functions. | MysterialPy | 2017-10-03 | 1 | -7/+14 |
| * | [commands] Add CooldownMapping.from_cooldown factory classmethod. | Rapptz | 2017-08-27 | 1 | -0/+4 |
| * | Update copyright year to 2017. | Rapptz | 2017-01-20 | 1 | -1/+1 |
| * | Rename Server to Guild everywhere. | Rapptz | 2017-01-03 | 1 | -3/+3 |
| * | Slots use tuples instead now. | Rapptz | 2017-01-03 | 1 | -1/+1 |
| * | [commands] Added a method to reset command cooldown. | Dan Hess | 2016-09-08 | 1 | -0/+5 |
| * | [commands] Implement a command cooldown system. | Rapptz | 2016-07-22 | 1 | -0/+121 |