aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands/api.rst
Commit message (Expand)AuthorAgeFilesLines
* [commands] Implement `commands.before/after_invoke`NCPlayz2020-04-041-0/+4
* One last superfluous .0 in versionaddedRapptz2020-01-221-1/+1
* [commands] Implement Command.__call__Rapptz2020-01-211-0/+1
* [commands] Export max_concurrency and MaxConcurrencyReached in docsRapptz2020-01-211-0/+6
* [commands] Document BucketType separatelyRapptz2020-01-181-0/+32
* [commands] Add missing CheckAnyFailure documentationRapptz2020-01-141-0/+4
* [commands] Document guild permission checksRapptz2020-01-071-0/+4
* [commands] Add check_any check to OR together various checksRapptz2020-01-061-0/+2
* Update Sphinx to 2.1.2Rapptz2019-06-281-2/+2
* Improve documentationNCPlayz2019-06-071-4/+4
* Add changelog for v1.1.0Rapptz2019-05-101-0/+2
* [commands] Add custom exception classes for built-in checksVexs2019-04-201-0/+24
* [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] 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
* Rework entire cog system and partially document it and extensions.Rapptz2019-02-231-0/+11
* [commands] Elaborate more on disallowed types in Greedy and OptionalRapptz2018-09-241-1/+1
* [commands] Fix up Greedy documentation a bit.Rapptz2018-09-241-1/+1
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-241-0/+22
* [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-061-0/+3
* [commands] Add CategoryChannelConverterRapptz2017-09-131-3/+6
* [commands] Add MissingPermissions and BotMissingPermissionsReinaSakuraba2017-08-301-0/+6
* 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-121-0/+197