aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework/buckets.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix framework command cooldownsAustin Hellyer2016-12-171-1/+1
|
* Slightly rework framework bucketsAustin Hellyer2016-12-141-13/+13
|
* Implement command groups and bucketsIllia2016-12-131-0/+60
* Implement command groups * change to ref mut * Implement framework API. * Remove commands field * Make it all work * Make example use command groups * Requested changes * Implement adding buckets * Add ratelimit check function * Finish everything * Fix voice example * Actually fix it * Fix doc tests * Switch to result * Savage examples * Fix docs * Fixes * Accidental push * 👀 * Fix an example * fix some example * Small cleanup * Abstract ratelimit bucket logic