AXVin
980d6abbea
Fix typo in commands documentation
4 years ago
ToxicKidz
3cb539d91b
[commands] Document the thread converter
4 years ago
sudosnok
2a6d79078e
[commands] Add GuildChannelConverter
4 years ago
Josh
3864fb37a0
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected] >
4 years ago
Alex Nørgaard
e09f64b7c9
Fix typo in FlagConverter docs
4 years ago
Rapptz
212d308835
[commands] Some minor clean up of the flag converter documentation
Fix #6761
4 years ago
Rapptz
ddb71e2aed
[commands] Initial support for FlagConverter
The name is currently pending and there's no command.signature hook
for it yet since this requires bikeshedding.
4 years ago
Nadir Chowdhury
5dec62f4c0
[commands] Add a converter for discord.Object
4 years ago
Nadir Chowdhury
8f9819eb4c
[docs] Fix various unresolved references
4 years ago
Nadir Chowdhury
b20e92efd8
[docs] Fix references to Greedy
4 years ago
Sigmath Bits
68aef92b37
[commands]Add typing.Literal converter
4 years ago
Sebastian Law
05c123f3ab
Use f-strings in more places that were missed
4 years ago
Sebastian Law
ece7064e64
[docs] add label to basic converters section
4 years ago
Shun Tannai
bda3afcad7
[commands] Update Converter list in ext.commands introduction
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