aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands
Commit message (Expand)AuthorAgeFilesLines
...
* Version bump to 1.2.0v1.2.0Rapptz2019-06-091-0/+2
* Improve documentationNCPlayz2019-06-072-5/+5
* Add changelog for v1.1.0Rapptz2019-05-101-0/+2
* Minor nits in Discord Converters section of the docs.Rapptz2019-05-091-1/+2
* Actually use multiple checks in the examples for checks.Rapptz2019-05-011-0/+2
* [commands] Add custom exception classes for built-in checksVexs2019-04-201-0/+24
* [commands] Add new MessageConverter to commands prose page.Rapptz2019-04-171-0/+2
* [commands] Add MessageConverter to fetch messages by URL or ID.retke2019-04-171-0/+3
* [commands] Redesign extension exception flow.Rapptz2019-03-191-0/+25
* [commands] Add Bot.reload_extension for atomic loading.Rapptz2019-03-191-4/+3
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-151-4/+12
* [commands] Separate view parsing errors from BadArgument.Rapptz2019-03-121-0/+16
* Add exception hierarchy to the documentation.Rapptz2019-03-121-2/+24
* Fix non-working example in commands documentation.Rapptz2019-03-061-1/+1
* [commands] Fix bug in behaviour in the cog inspection methods.Rapptz2019-02-231-1/+1
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-234-0/+237
* Fix is_in_guild example checkLyricLy2018-11-241-1/+1
* Outline the logic of `bool` convertersscragly2018-11-241-0/+12
* Group Advanced Converters and Inline Advanced Convertersscragly2018-11-241-58/+58
* [commands] Elaborate more on disallowed types in Greedy and OptionalRapptz2018-09-242-1/+8
* [commands] Fix up Greedy documentation a bit.Rapptz2018-09-242-11/+11
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-242-0/+138
* [commands] Add documentation for BadUnionArgumentRapptz2018-07-201-0/+3
* [commands] raise ConversionError on Converter errorkhazhyk2018-07-201-0/+3
* 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