Nadir Chowdhury
7d37c3a506
[docs] Fix various unresolved references
4 years ago
Shun Tannai
8b4d7f122c
[commands] Update Converter list in ext.commands introduction
4 years ago
Sebastian Law
3ad795ab6a
[docs] add label to basic converters section
4 years ago
Nadir Chowdhury
8d66ced02c
[docs] Conveter -> Converter
4 years ago
Sebastian Law
e0e60a2f62
[commands] document PartialMessageConverter
4 years ago
Sebastian Law
16195a7d2f
fix method reference in documentation
4 years ago
Sebastian Law
7a07644de3
[commands] Raise TypeError when Optional is used with Greedy converter
5 years ago
Flame442
5cad76370e
[commands] Fix grammar
Either implies that there will be two things, there is only one.
6 years ago
Dante Dam
da41cceb41
[commands] Fix confusion between it's and its
6 years ago
Dante Dam
956f4c7151
[commands] Fix CategoryChannel not appearing in converter table
6 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Rapptz
d51f4c2b81
Minor nits in Discord Converters section of the docs.
6 years ago
Rapptz
446b79241c
Actually use multiple checks in the examples for checks.
6 years ago
Rapptz
296d4bf580
[commands] Add new MessageConverter to commands prose page.
6 years ago
Rapptz
d124daef33
Fix non-working example in commands documentation.
6 years ago
LyricLy
6bfd92e4a5
Fix is_in_guild example check
7 years ago
scragly
53c7d940c9
Outline the logic of `bool` converters
As a `bool` converter is treated differently from other callable (basic) converters, the explanatory docs should outline that it is evaluated differently from a simple type cast, and what logic is used in determining how the content is evaluated.
7 years ago
scragly
cec7ced1a4
Group Advanced Converters and Inline Advanced Converters
The Inline Advanced Converters are a logical extension of the Advanced Converters subject, and as such should be placed under that section without an unrelated converter type breaking the two up.
7 years ago
Rapptz
99b1390e5a
[commands] Elaborate more on disallowed types in Greedy and Optional
7 years ago
Rapptz
418048b98a
[commands] Fix up Greedy documentation a bit.
7 years ago
Rapptz
814b03f5a8
[commands] Add commands.Greedy converter and documentation.
This allows for greedy "consume until you can't" behaviour similar to
typing.Optional but for lists.
7 years ago
Gorialis
04d9dd9c0d
Change PartialReactionEmoji to PartialEmoji, add a PartialEmojiConverter
7 years ago
Tobotimus
3112e1c17e
Add intersphinx
7 years ago
Rapptz
e614f6b4cd
[commands] Add CategoryChannelConverter
8 years ago
Rapptz
8f0dcaa666
Variadic arguments are a tuple not a list.
8 years ago
Rapptz
2f97678a79
First pass at commands narrative documentation.
8 years ago