aboutsummaryrefslogtreecommitdiff
path: root/src/ext/framework/help_commands.rs
Commit message (Collapse)AuthorAgeFilesLines
* Fix grammar in framework help the commandzeyla2016-12-211-1/+1
|
* Plain help: put groups on their own lineAustin Hellyer2016-12-141-0/+2
|
* Fix plain help command usage outputAustin Hellyer2016-12-141-0/+2
|
* Slightly rework framework bucketsAustin Hellyer2016-12-141-14/+16
|
* Implement command groups and bucketsIllia2016-12-131-0/+229
* 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