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
Rapptz
9f83eb6032
Add application command cooldown decorators
Fix #7790
3 years ago
Rapptz
74b5e0ceb1
Implement some built in checks for app_commands
A lot of these implementations are adapted from the equivalent
ext.commands checks. These only implement the common ones that could
not solely be done by Discord in the future.
3 years ago
Nadir Chowdhury
c6d0c82d66
Implement app_commands.rename decorator
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
z03h
8993b7f5fe
Add cover_image to AuditLogDiff
3 years ago
Bryan Forbes
062f4d6f87
Change some methods to use positional-only marker
Co-authored-by: Danny <[email protected] >
3 years ago
Rapptz
7851084b63
Revert "Crowdin translations download"
This reverts commit 414759f372
.
3 years ago
github-actions[bot]
414759f372
Crowdin translations download
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3 years ago
jack1142
97fe07edb2
Update migration guide with change to Message.channel_mentions type
3 years ago
jack1142
5202956f97
Update migration guide with loop-related changes to Client's constructor
3 years ago
Stocker
5fa32540a4
Change Message to subclass PartialMessage
3 years ago
Rapptz
bea6b815e2
Add support for app command checks
This does not include any built-in checks due to design considerations.
3 years ago
Omkaar
70470753cd
Update images in bot creation guide
3 years ago
Stocker
fd5dea4e34
Update Permissions.stage_moderator
3 years ago
LightSage
c28c3f4440
Keep comments consistent with other before/after comments
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
Rapptz
a4676804ec
Show inherited members in InteractionMessage
3 years ago
Rapptz
c6ab67420e
Remove Embed.Empty in favour of None
3 years ago
Rapptz
f63070c071
Move migrating to v1 into a new separate file
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
apple502j
196db33e9f
[docs] fix typo in sticker_create docs
3 years ago
metro
124a3ee42a
Add Widget.presence_count attribute and fix Widget types
3 years ago
Priyam
206c340252
Fix versionadded in UserFlags.spammer
Fixes #7643
3 years ago
Alex Nørgaard
03687fb616
Change Guild.member_count to Optional[int]
3 years ago
Rapptz
56e0c1b3d7
Fix typo in applications.commands scope
3 years ago
Devon R
432de92e8a
Update translations, add Crowdin CLI config
3 years ago
z03h
93fba264ad
[commands] add ScheduledEvent converter
3 years ago