Sacul
7e2ca02fd1
Add total_message_sent attribute to threads
Co-authored-by: Alex Nørgaard <[email protected] >
Co-authored-by: dolfies <[email protected] >
11 months ago
Rapptz
08ef967371
Typecheck when constructing MediaGalleryItem
11 months ago
Soheab
983a9b8f94
Use Unpack where it's possible
11 months ago
Soheab
13432591c6
Fix various docs around UI items
Co-authored-by: Danny <[email protected] >
11 months ago
Sacul
4839036eea
Add missing guild features in types.guild
11 months ago
Soti
773fcc83df
Remove outdated note about having to delete owned guild
11 months ago
Rapptz
38c6407ffd
Maintain a reference to View dispatched tasks
11 months ago
Rapptz
3fb627d078
Add support for label components and select in modals
11 months ago
Rapptz
9fb74fd7a1
Remove unnecessary TypeGuard
11 months ago
Rapptz
8c1886799d
Don't recreate ItemCallbackType
11 months ago
Michael H
439bd71c0d
Upstream change in Python
The prior changes to use of return in finally (#9981 ) are now
insufficient. Without disclosing their intent when raising the issue,
this was used by them as part of justifying a SyntaxError for working
code outside of the normal process for adding errors, and with it
presenting to end users in a way that breaks downstream user's existing CI
While making the change, I've continued to not log errors like
CancellationError or TimeoutError to users here by default, as it is not an error
they need to be aware of during shutdown given the limited kinds of
BaseException that could raise in this context, see: #9984 for prior
analysis. I've added a debug log should anyone want access to this kind
of failure while debugging gateway close, but due to how asyncio
shutdown happens, this is unlikely to ever log anything useful even in a
library debugging context.
11 months ago
Soheab
705eb2c2a5
Update to support new pin endpoints
11 months ago
DA344
50caa3c82c
Add support for components V2
Co-authored-by: Michael H <[email protected] >
Co-authored-by: Soheab <[email protected] >
Co-authored-by: owocado <[email protected] >
Co-authored-by: Jay3332 <[email protected] >
Co-authored-by: Danny <[email protected] >
11 months ago
Sacul
6ec2e5329b
Deprecate with_expiration param in fetch_invite
11 months ago
Rapptz
ec409a0a7b
Guard AppCommandThread.guild attribute access
11 months ago
Sacul
db42eba4fa
Add more attributes to AppCommandChannel/Thread
11 months ago
Soheab
7b3f798044
Add support for guild onboarding
Co-authored-by: Josh <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: numbermaniac <[email protected] >
Co-authored-by: Andrin <[email protected] >
Co-authored-by: Andrin Schaller <[email protected] >
Co-authored-by: DA344 <[email protected] >
11 months ago
Soheab
21fed315c7
Add FAQ about guild specific app commands
11 months ago
owocado
4496df79d0
Fix crash in Activity.__init__ with missing keys
not all activity payloads have `state_url` and `details_url` keys present.
11 months ago
Soheab
cb7f17020d
Deprecate Guild.delete and various parameters for Guild.edit
11 months ago
Soheab
1cd90f8b1c
[commands] Fix converters not working with Optional for hybrids
11 months ago
Soheab
6e7fc133d1
Add support for new RPC Activity fields
11 months ago
Alex Nørgaard
348c7d7873
Fix audit log automod_rule_trigger_type extra missing
11 months ago
owocado
2695fa056a
Fix guild_only app command decorator
11 months ago
shea
ce9f5ad1ba
Fix context install decorators to correctly restrict commands
1 year ago
Ankita Tudubucket
22ade98db7
Skip GUILD_MEMBER_ADD if member already cached
11 months ago
Mohammed Aman Jukaku
5b81a99b60
Fix error when sending non-interactive views via partial webhooks
11 months ago
Sacul
e715ad6419
Add support for automod_quarantined_guild_tag member flag
11 months ago
Sacul
5f4a822c2e
Add missing fill_with_flags decorator to InviteFlags class
11 months ago
z03h
0e97ef21aa
Fix key error on role create or delete
11 months ago
blord0
7724764ffe
Add ability to use primary guild (clan) data for users
Co-authored-by: blord0 <[email protected] >
Co-authored-by: DA344 <[email protected] >
Co-authored-by: dolfies <[email protected] >
12 months ago
Ken-Miles
13dc9c9d16
Fix miswording in docstring about bot.emojis
12 months ago
z03h
a00510988a
Support new role colours in audit log
12 months ago
El Laggron
b1be7dea74
Handle empty guild_ids list for app_commands
12 months ago
DA344
66922cc2d1
Fix documentation on Role secondary and tertiary colours
Fix .. versionadded:: strings on Role.secondary_ and Role.tertiary_ colours
12 months ago
Mak
cb7300990f
Add role parameters to support new gradient and holographic roles
Co-authored-by: dolfies <[email protected] >
Co-authored-by: DA344 <[email protected] >
Co-authored-by: Danny <[email protected] >
12 months ago
鏡花水月
2502a783cb
Add BCP47 unicode tags for Locale enum
Co-authored-by: Danny <[email protected] >
12 months ago
Soheab
774b934f74
Add support for guest invites
1 year ago
Joosemi02
59546a4851
Add support for launch_activity interaction response
1 year ago
DA344
2175bd51c0
Fix voice connection issues and upgrade to voice v8
1 year ago
dolfies
20055e7cc1
Fix calculation of hashed rate limit keys
1 year ago
owocado
a62b25c6c0
Add missing attributes in AppCommandChannel
1 year ago
owocado
e9f807e5ec
Fix Thread.applied_tags for media channels
1 year ago
Soheab
7fe1102841
Allow creating NSFW voice/stage channels
1 year ago
Michael H
6af9de0c39
Ensure COPYING notice is included
1 year ago
Soheab
f6e0f72498
Add ability to create a media-only forum channel
1 year ago
owocado
4862ea22fd
Return invites when deleting them via Invite.delete or Client.delete_invite
1 year ago
owocado
d00c124883
Add MessageApplication.__str__
1 year ago
owocado
fe942d1e16
Properly transform media channels in app commands
1 year ago
owocado
826aa22868
Add platform key in __repr__ method for Game and Streaming
1 year ago