Rapptz
3ad0662f68
Document SoundboardSoundConverter
1 month ago
z03h
442ad40ab2
[commands] Add SoundboardSoundConverter
6 months ago
Vioshim
71358b8dce
[commands] Add support for positional flag parameters
11 months ago
Sebastian Law
2ab6541715
[commands] Document exceptions being ignored in teardown and cog_unload
Co-authored-by: Josh <[email protected] >
2 years ago
Soheab_
a5a93a85bc
[commands] Document GroupCog.interaction_check
2 years ago
Willy
ef4240dcd7
[commands] Add missing command decorator to example
2 years ago
sgtlaggy
de2349e707
Add missing `cancel()` in tasks example
2 years ago
sgtlaggy
5d39f96c85
Update tasks example to start in `setup_hook`
2 years ago
Marble
ec9089cf0a
Add intents to example
2 years ago
rdrescher909
324dfe0163
Add tasks.loop examples using time parameter
2 years ago
Puncher
64744a4938
[commands] Add missing attributetable to classes
3 years ago
Josh
e57617e157
Add support for delete_message_seconds ban argument
3 years ago
Puncher
6a6e261523
[tasks] Add missing decorator sign
3 years ago
Puncher
45f32a0ff3
[commands] Add missing decorator signs
3 years ago
I. Ahmad
183ec1ab28
Fix typo in hybrid commands documentation
3 years ago
Rapptz
57efb5a5a0
Fix failing tests to use new get_parameter function
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
3 years ago
Rapptz
f4c5d37c8f
[commands] Rework Cog + Group inheritance to requite GroupCog
This is an attempt to fix the MRO issues present in the current
implementation. The previous implementation of using both Cog and
app_commands.Group in the inheritance chain caused issues with things
such as walk_commands due to it potentially shadowing the app_commands
version of the call.
In this particular case it's better to use composition instead of
inheritance to avoid these bugs entirely. Especially as more things are
added that could conflict with each other.
3 years ago
Mikey
165e14063f
[commands] fix BucketType.default bypassing dynamic_cooldown
3 years ago
Rapptz
5fcd4e411f
[commands] Add support for typing.Annotated
3 years ago
Cobalt
6e6d16093c
Update extensions primer in line with async breaking changes
3 years ago
Rapptz
e9ff6b4be8
[commands] Fix broken documentation references
3 years ago
Rapptz
141d9f4c71
[commands] Add ForumChannelConverter converter
3 years ago
Rapptz
896932faf1
[commands] Add Range converter
This allows hybrid commands to also have a range annotation
3 years ago
Rapptz
840eb577d4
[commands] Add initial implementation of hybrid commands
Hybrid commands allow a regular command to also double as a slash
command, assuming it meets the subset required to function.
3 years ago
Rapptz
dbcdf69eb1
[commands] Raise appropriate exception for no guild found
3 years ago
James Hilton-Balfe
55c5be78cf
[commands] Implement commands.parameter
3 years ago
Rapptz
9f83eb6032
Add application command cooldown decorators
Fix #7790
3 years ago
Rapptz
def035bf9a
Remove StoreChannel and any references to it
3 years ago
kittenswolf
daeb0afe61
Add missing space in task example
3 years ago
Cryptex
6cf7c4a7d7
Add message content to doc examples
This also changes the wording of Context's attributes
for consistency.
3 years ago
Josh
a1c618215e
[commads] Change cog/extension load/unload methods to be async
3 years ago
Vish M
049df7c586
Add a note to users that they must have the message content intent
Co-authored-by: Danny <[email protected] >
3 years ago
Devon R
432de92e8a
Update translations, add Crowdin CLI config
3 years ago
z03h
93fba264ad
[commands] add ScheduledEvent converter
3 years ago
Rapptz
aa74238053
Reorganise documentation for interactions
3 years ago
Nadir Chowdhury
6979e56088
Remove manual :async-for: markers
3 years ago
Josh
1c63816cc0
[commands] Document / type-hint cooldown
4 years ago
Aaron Hennessey
ec32b71ff9
[commands] Document GuildNotFound
4 years ago
z03h
c628224403
[commands] Add GuildStickerConverter
4 years ago
Willy
3ad95f3746
[commands] Document dynamic_cooldown
4 years ago
AXVin
980d6abbea
Fix typo in commands documentation
4 years ago
ToxicKidz
3cb539d91b
[commands] Document the thread converter
4 years ago