aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework/create_group.rs
Commit message (Collapse)AuthorAgeFilesLines
* Implement context message queueingTaavi2017-01-011-2/+2
| | | Also the dreaded `ctx <<= "something"` which is actually a mistake.
* Add command alias support and command.exampletaavi?2016-12-291-3/+13
|
* Slightly rework framework bucketsAustin Hellyer2016-12-141-19/+19
|
* Implement command groups and bucketsIllia2016-12-131-0/+58
* 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