aboutsummaryrefslogtreecommitdiff
path: root/docs/ext/commands/commands.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in commands documentationAXVin2021-07-211-1/+1
* [commands] Document the thread converterToxicKidz2021-07-071-0/+3
* [commands] Add GuildChannelConvertersudosnok2021-05-071-0/+3
* Fix various reference issues in documentationJosh2021-05-061-1/+1
* Fix typo in FlagConverter docsAlex Nørgaard2021-04-221-1/+1
* [commands] Some minor clean up of the flag converter documentationRapptz2021-04-191-8/+15
* [commands] Initial support for FlagConverterRapptz2021-04-191-0/+151
* [commands] Add a converter for discord.ObjectNadir Chowdhury2021-04-161-0/+3
* [docs] Fix various unresolved referencesNadir Chowdhury2021-04-151-1/+4
* [docs] Fix references to GreedyNadir Chowdhury2021-04-101-5/+5
* [commands]Add typing.Literal converterSigmath Bits2021-04-101-0/+21
* Use f-strings in more places that were missedSebastian Law2021-04-081-8/+9
* [docs] add label to basic converters sectionSebastian Law2021-04-071-0/+2
* [commands] Update Converter list in ext.commands introductionShun Tannai2021-04-071-10/+16
* [docs] Conveter -> Converter Nadir Chowdhury2021-03-241-1/+1
* [commands] document PartialMessageConverterSebastian Law2021-01-241-0/+3
* fix method reference in documentation Sebastian Law2021-01-051-1/+1
* [commands] Raise TypeError when Optional is used with Greedy converterSebastian Law2020-06-281-2/+2
* [commands] Fix grammarFlame4422019-10-171-1/+1
* [commands] Fix confusion between it's and itsDante Dam2019-07-221-1/+1
* [commands] Fix CategoryChannel not appearing in converter tableDante Dam2019-07-181-27/+27
* Improve documentationNCPlayz2019-06-071-1/+1
* 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 new MessageConverter to commands prose page.Rapptz2019-04-171-0/+2
* Fix non-working example in commands documentation.Rapptz2019-03-061-1/+1
* 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-241-0/+7
* [commands] Fix up Greedy documentation a bit.Rapptz2018-09-241-10/+10
* [commands] Add commands.Greedy converter and documentation.Rapptz2018-09-241-0/+116
* Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverterGorialis2018-01-061-0/+3
* Add intersphinxTobotimus2018-01-061-1/+1
* [commands] Add CategoryChannelConverterRapptz2017-09-131-21/+24
* Variadic arguments are a tuple not a list.Rapptz2017-07-101-1/+1
* First pass at commands narrative documentation.Rapptz2017-07-081-0/+584