aboutsummaryrefslogtreecommitdiff
path: root/discord/ext
Commit message (Collapse)AuthorAgeFilesLines
* [commands] Don't skip whitespace if the command trigger is found.Rapptz2016-01-061-1/+1
|
* [commands] None default without specified type uses str now.Rapptz2016-01-061-1/+1
|
* [commands] Add CommandNotFound error.Rapptz2016-01-053-11/+22
|
* [commands] Add a way to remove commands.Rapptz2016-01-041-0/+19
|
* Documentation improvements on using check decorator.Rapptz2016-01-041-2/+32
|
* Add missing import in commands core.Rapptz2016-01-041-0/+2
|
* Initial implementation of commands extension module.Rapptz2016-01-047-0/+1069