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
I. Ahmad
96bada03f4
Add support for application tags and install params
3 years ago
Rapptz
fbd57ffa58
Add FAQ entry for disabling all items in a View on timeout
3 years ago
Rapptz
2bfbd1a979
Prefer code-block directive over :: in faq.rst
3 years ago
z03h
bd727d2b0c
Add edit and delete methods to AppCommand
3 years ago
Rapptz
9793fba338
[commands] Add support for discord.Attachment converters
3 years ago
xCirno
e9c7c09ebf
Add guild avatar to on_member_update docs
3 years ago
NextChai
300fb0411e
Replace trigger_typing with awaiting typing context manager
3 years ago
z03h
619bc50e5d
Add application command permissions to audit log
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
invalid-user
20a7961e19
Rename use_slash_commands to use_application_commands
Co-authored-by: Danny <[email protected] >
3 years ago
gx1285
141c31e50f
Update images used in discord.rst, etc
3 years ago
Rapptz
e53daaba35
Properly namespace MISSING in the documentation
3 years ago
Rapptz
204f941e96
Display permissions v2 decorators in the documentation
3 years ago
Rapptz
500bf77103
Document and export MISSING sentinel
3 years ago
Adwaith
b678effb76
Add intents parameter to basic example
3 years ago
Lilly Rose Berner
6e2cfff2ac
Add raw member remove event
3 years ago
Mikey
da9abca74d
Remove text about intents being optional
3 years ago
killakej
5c2431d543
Update api.rst documentation to add timeout to on_member_update
Co-authored-by: Danny <[email protected] >
3 years ago
Alex Nørgaard
6d95ed19b0
Add interited members to WebhookMessage docs
3 years ago
Lilly Rose Berner
277d35c9b2
Add raw typing event and fix typing event not working for DMs
3 years ago
Rapptz
5fcd4e411f
[commands] Add support for typing.Annotated
3 years ago
Lilly Rose Berner
3e8fa5a661
Add raw thread delete event
3 years ago
Hafidh
222dd3cf5b
Add missing discord.EventStatus.ended from API docs
3 years ago
will
88b22611bc
Fix utils.oauth_url doc in slash commands FAQ
3 years ago
PythonCoderAS
c2391cf673
Add some slash commands FAQs
Co-authored-by: ChesterWOV <[email protected] >
Co-authored-by: Danny <[email protected] >
3 years ago
Cobalt
6e6d16093c
Update extensions primer in line with async breaking changes
3 years ago
Vaskel
89b9f1616c
Add self_deaf and self_mute params to voice connect methods
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
23f6876492
Add initial support for forum channels
Closes #7652
3 years ago
Rapptz
76cc2c2272
Require passing intents to Client and its subclasses
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
Josh
deb7958797
Add new on_thread_create event
3 years ago
will
b1878224f2
Fix capitalizations and typo in migrating guide
3 years ago
Chrovo
26ac844a04
Fix typo in migrating guide for Client.on_error
3 years ago
Rapptz
f47568ee71
Document Guild.bans breaking change in the migrating guide
3 years ago
Rapptz
e79895d824
Add Message.interaction and MessageInteraction type
Fix #7819
3 years ago
Rapptz
24f8f8d4a7
Rename MaxCommandsReached to CommandLimitReached
3 years ago
Rapptz
34b2ff40b6
Change ValueError on max commands reached to a more specific exception
3 years ago
Josh
c11363f037
Rework File.spoiler to synchronise with the filename
Co-authored-by: Danny <[email protected] >
3 years ago
Jonah Lawrence
37bbfdce95
Add context_menu_command Message type
3 years ago