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
Middledot
5569b6e1f8
Remove outdated note in FAQ
3 years ago
Myst(MysterialPy)
68b0759637
Add sidebar search and support for search bar middle clicking
3 years ago
Chiggy-Playz
1a73444275
Categorize events in the documentation
3 years ago
Alex Nørgaard
920da3a73f
Update docs for audit logs relating to scheduled events
3 years ago
Rapptz
3d74da8d70
Add missing app_commands decorators to documentation
3 years ago
Rapptz
8213603822
Change default oauth_url scopes to include application.commands
3 years ago
James Hilton-Balfe
c3d175fbc3
Fix async iterable not showing up attributetable
Co-authored-by: Danny <[email protected] >
3 years ago
apple502j
e0d3521d16
[docs] Fix typos
3 years ago
apple502j
6682396a70
[docs] add missing migration guide contents
3 years ago
jack1142
3dd99a7697
Fix broken ref in migrating guide
3 years ago
Sebastian Law
1dccd70b05
Fix refs to abc.Connectable.connect
3 years ago
James Hilton-Balfe
01906f37f1
Remove NoMoreItems
3 years ago
I. Ahmad
8e045d39e7
Fix link referencing the wrong document
3 years ago
Stocker
07a1311bf4
Change Guild.preferred_locale to use the Locale enum
3 years ago
Rapptz
c9fc11b0a5
Document inherited members in ui.Modal
3 years ago
Rapptz
06291d860c
Change enum members in Locale to be snake_case
Not even sure how this slipped through.
3 years ago
Kaylynn Morgan
a317ceb44a
Respect the alignment specified by the image directive
3 years ago
jack1142
1c4dca431d
Add migration guide
Co-authored-by: Danny <[email protected] >
Co-authored-by: Rapptz <[email protected] >
3 years ago
jack1142
8acb4531b5
Include inherited members in TeamMember's documentation
3 years ago
Rapptz
aa74238053
Reorganise documentation for interactions
3 years ago
Rapptz
ae1aaac5a7
Add support for autocomplete
3 years ago