Rapptz
|
e2b6fa8370
|
Use obj reference target instead of data for typing objects
|
1 week ago |
Soheab_
|
f3a528d568
|
Add stickers converter
|
11 months ago |
Vioshim
|
71358b8dce
|
[commands] Add support for positional flag parameters
|
1 year ago |
Willy
|
ef4240dcd7
|
[commands] Add missing command decorator to example
|
3 years ago |
Marble
|
ec9089cf0a
|
Add intents to example
|
3 years ago |
Josh
|
e57617e157
|
Add support for delete_message_seconds ban argument
|
3 years ago |
I. Ahmad
|
183ec1ab28
|
Fix typo in hybrid commands documentation
|
3 years ago |
I. Ahmad
|
a5410e6135
|
Add documentation for hybrid commands
|
3 years ago |
Rapptz
|
544bb1e237
|
Fix typo in FlagConverter example
|
3 years ago |
z03h
|
9450a8e972
|
[commands] Change FlagConverter to always raise BadFlagArgument
|
3 years ago |
Rapptz
|
63e50bc369
|
Don't hotlink typing.List, typing.Dict, or typing.Tuple
|
3 years ago |
Rapptz
|
cc3e714338
|
Fix typo in documentation and mention name kwarg interaction
|
3 years ago |
Rapptz
|
15ceca1e63
|
[commands] Add support for FlagConverter in hybrid commands
This works by unpacking and repacking the flag arguments in a flag.
If an unsupported type annotation is found then it will error at
definition time.
|
3 years ago |
Rapptz
|
d319539edb
|
[commands] Fix broken examples in commands.param documentation
|
3 years ago |
Rapptz
|
9793fba338
|
[commands] Add support for discord.Attachment converters
|
4 years ago |
Rapptz
|
5fcd4e411f
|
[commands] Add support for typing.Annotated
|
4 years ago |
Rapptz
|
141d9f4c71
|
[commands] Add ForumChannelConverter converter
|
4 years ago |
James Hilton-Balfe
|
55c5be78cf
|
[commands] Implement commands.parameter
|
4 years ago |
Rapptz
|
def035bf9a
|
Remove StoreChannel and any references to it
|
4 years ago |
Cryptex
|
6cf7c4a7d7
|
Add message content to doc examples
This also changes the wording of Context's attributes
for consistency.
|
4 years ago |
Vish M
|
049df7c586
|
Add a note to users that they must have the message content intent
Co-authored-by: Danny <[email protected]>
|
4 years ago |
z03h
|
93fba264ad
|
[commands] add ScheduledEvent converter
|
4 years ago |
Rapptz
|
aa74238053
|
Reorganise documentation for interactions
|
4 years ago |
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
|
5 years ago |
Josh
|
3864fb37a0
|
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected]>
|
5 years ago |
Alex Nørgaard
|
e09f64b7c9
|
Fix typo in FlagConverter docs
|
5 years ago |
Rapptz
|
212d308835
|
[commands] Some minor clean up of the flag converter documentation
Fix #6761
|
5 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.
|
5 years ago |
Nadir Chowdhury
|
5dec62f4c0
|
[commands] Add a converter for discord.Object
|
5 years ago |
Nadir Chowdhury
|
8f9819eb4c
|
[docs] Fix various unresolved references
|
5 years ago |
Nadir Chowdhury
|
b20e92efd8
|
[docs] Fix references to Greedy
|
5 years ago |
Sigmath Bits
|
68aef92b37
|
[commands]Add typing.Literal converter
|
5 years ago |
Sebastian Law
|
05c123f3ab
|
Use f-strings in more places that were missed
|
5 years ago |
Sebastian Law
|
ece7064e64
|
[docs] add label to basic converters section
|
5 years ago |
Shun Tannai
|
bda3afcad7
|
[commands] Update Converter list in ext.commands introduction
|
5 years ago |
Nadir Chowdhury
|
8d66ced02c
|
[docs] Conveter -> Converter
|
5 years ago |
Sebastian Law
|
e0e60a2f62
|
[commands] document PartialMessageConverter
|
5 years ago |
Sebastian Law
|
16195a7d2f
|
fix method reference in documentation
|
5 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
|
7 years ago |
Rapptz
|
d51f4c2b81
|
Minor nits in Discord Converters section of the docs.
|
7 years ago |
Rapptz
|
446b79241c
|
Actually use multiple checks in the examples for checks.
|
7 years ago |
Rapptz
|
296d4bf580
|
[commands] Add new MessageConverter to commands prose page.
|
7 years ago |
Rapptz
|
d124daef33
|
Fix non-working example in commands documentation.
|
7 years ago |
LyricLy
|
6bfd92e4a5
|
Fix is_in_guild example check
|
7 years ago |