DA344
041abf8b48
Fix Poll.question docstring
11 months ago
z03h
e5ae306d1a
Add more missing perms to permission classmethods
11 months ago
z03h
f851d9aa3f
Add missing poll permissions to permission classmethods
11 months ago
DA344
e43bd8692c
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
11 months ago
Michael H
a1206dfde8
Fix typing of various AppCommand decorators
11 months ago
Willi
0bb6967419
Fix typo in Guild.vanity_invite documentation
11 months ago
Rapptz
64e743af50
Use InteractionMetadata for InteractionResponse.edit_message
11 months ago
Soheab
2248fc1946
Fix various code around Message.interaction(_metadata)
11 months ago
Soheab
963bb08557
Add support for Message.interaction_metadata
Co-authored-by: Danny <[email protected] >
11 months ago
Vioshim
71358b8dce
[commands] Add support for positional flag parameters
11 months ago
Josh
9fab99acbc
[commands] Add support for type statement and NewType
11 months ago
fretgfr
692db7e9ab
Add approximate_guild_count to AppInfo
11 months ago
owocado
ef64f76eae
Add reason kwarg to Thread.delete
11 months ago
Danny
2e2f51fd5c
First pass at supporting user apps
Co-authored-by: red <[email protected] >
Co-authored-by: Vioshim <[email protected] >
11 months ago
Lucas Hardt
2892401992
Add support for one-time purchases
11 months ago
Lilly Rose Berner
0ee1794c6d
Fix channel deletion not removing associated threads
11 months ago
Michael H
88f62d85d2
Ensure Client.close() has finished in __aexit__
This wraps the closing behavior in a task. Subsequent callers of
.close() now await that same close finishing rather than short
circuiting. This prevents a user-called close outside of __aexit__ from
not finishing before no longer having a running event loop.
11 months ago
Alex Nørgaard
8fd1fd805a
Fix AutoModRule.edit handling of AutoModRuleEventType enum
12 months ago
Willy
d853a3f0a7
Document bulk ban user limit and permission
12 months ago
Sebastian Law
0362b2fd4e
[docs] fix gateway payload hyperlinks
12 months ago
Vioshim
5497674ae2
Add support for applied_tags in Webhook.send overloaded methods
12 months ago
Imayhaveborkedit
b8c29b0790
More voice fixes
* More voice fixes
* Start socket reader paused and wait for socket creation
* Fix issues handling 4014 closures
Fixes code not handling disconnects from discord's end properly. The
4014 code is shared between being disconnected and moved, so it has to
account for the uncertainty. Also properly stops the voice_client audio
player when disconnecting.
* Fix sending (dropped) silence packets when not connected
12 months ago
ナニカ
dc6d33c303
copy over original row position for dynamic items
12 months ago
owocado
425edd2e10
Improve __repr__ for Webhook and SyncWebhook
1 year ago
owocado
2f71506169
Add view_creator_monetization_analytics permission
1 year ago
Rapptz
0e016be42c
Clarify some docstrings around BulkBanResponse
1 year ago
Rapptz
ded9c5d87b
Add support for bulk banning members
1 year ago
Alex Nørgaard
82d13e7b49
Add support for ClientUser editing banners
1 year ago
fretgfr
edf7ce2ab0
Update Guild.prune_members required permissions notes
1 year ago
Rapptz
56916f9241
Fix comparisons between two Object with types
1 year ago
owocado
61eddfcb18
Fix sticker URL for GIF stickers
1 year ago
Josh
4e03b170ef
Update pyright version
1 year ago
Rapptz
76666fbcf4
Properly check for maximum number of children
1 year ago
Rapptz
9345a2a1be
Add warning for FFmpeg spawning classes executable parameter
1 year ago
JDJG
8d3b56206b
Update ClientUser.edit docs for animated avatars
1 year ago
Akai
bd402b486c
Correct typo in error message: "error" to "autocomplete"
1 year ago
Imayhaveborkedit
a9ff58724b
Fix move_to related voice state bugs
1 year ago
Andrin
e25b7ff3f8
Support for avatar decorations
Co-authored-by: Danny <[email protected] >
Co-authored-by: owocado <[email protected] >
1 year ago
Soheab_
070ae24d8d
Document all limits in discord.ui
1 year ago
Soheab_
851c857a36
Add support for guild incidents
Co-authored-by: Danny <[email protected] >
1 year ago
Rapptz
3258507b4a
Call inner item callback and interaction_check by default
1 year ago
Rapptz
cb3ea9b889
Add shard_connect_timeout parameter for AutoShardedClient
1 year ago
Rapptz
9a1b91dc9f
Properly restrict auto_moderation audit log action range
1 year ago
Rapptz
de6a6af5d3
Fix DynamicItem row attribute being overridden
1 year ago
Rapptz
078b500657
Fix dynamic item views having a timeout causing it to evict
1 year ago
Andrin
9ce733321b
Add support for setting voice channel status
1 year ago
Rapptz
d25b574b32
Clear outstanding chunk requests when receiving a READY event
Ref: #9571
1 year ago
John Wuller
2a59e0286e
Add latin_american_spanish locale
1 year ago
Andrin
08ef42fedf
Add new incident message types
Co-authored-by: Danny <[email protected] >
1 year ago
Imayhaveborkedit
9db0dadc42
Fix voice disconnect+connect race condition
Fixes a race condition when disconnecting and immediately connecting
again. Also fixes disconnect() being called twice.
Let me be clear, I DO NOT LIKE THIS SOLUTION. I think it's dumb but I
don't see any other reasonable alternative. There isn't a way to
transfer state to a new connection state object and I can't think of a
nice way to do it either. That said, waiting an arbitrary amount of
time for an arbitrary websocket event doesn't seem like the right
solution either, but it's the best I can do at this point.
1 year ago