aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands
Commit message (Collapse)AuthorAgeFilesLines
* [commands] Add documentation for BadUnionArgumentRapptz2018-07-201-0/+3
|
* [commands] raise ConversionError on Converter errorkhazhyk2018-07-201-0/+3
| | | | | | This assumes that a Converter class raising non-CommandError is a programmer error. Makes this type of error easier to disambiguate from a generic BadArgument.
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-062-0/+6
|
* Add intersphinxTobotimus2018-01-061-1/+1
|
* [commands] Add CategoryChannelConverterRapptz2017-09-132-24/+30
|
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-0/+6
|
* Variadic arguments are a tuple not a list.Rapptz2017-07-101-1/+1
|
* First pass at commands narrative documentation.Rapptz2017-07-082-1/+586
|
* Add when_mentioned and when_mentioned_or to the documentation.Rapptz2017-07-011-0/+4
|
* Fix typing/history showing up twice in the documentation.Rapptz2017-06-031-1/+1
|
* Add ref links to the commands API page.Rapptz2017-05-221-0/+14
|
* Fix all broken cross references in the migrating page... again.Rapptz2017-05-151-0/+1
|
* First pass at documentation reform.Rapptz2017-05-122-0/+210