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
Jakub Kuczys
f1a19f2f21
Remove entry that is yet to be released from 2.3.2 changelog
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
PythonCoderAS
841e9157bd
Add Python 3.12 to list of supported versions
1 year ago
Soheab_
851c857a36
Add support for guild incidents
Co-authored-by: Danny <[email protected] >
1 year ago
Rapptz
62a70c21b6
Pin remaining documentation dependencies
For some reason the Sphinx developers made breaking changes in minor
versions
1 year ago
Rapptz
0fadddf7d0
Downgrade sphinxcontrib-websupport version
1 year ago
Rapptz
9859a3959b
Pin documentation dependencies
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
Andrin
50190e088e
Add applied_tags param to Webhook.send
1 year ago
Soheab_
f6182e5763
Add missing suppress_embeds kwarg to InteractionResponse.edit_message
1 year ago
Kohki Miki
d9f81150e1
Add platform property to Activity and Game
Co-authored-by: Danny <[email protected] >
1 year ago
Thanos
9b9c93ad49
[tasks] Fix typing for tasks.SleepHandle.future set calls
1 year ago
CastelRune
4d03fa1c29
Update typo for automod_rule_trigger in docs
1 year ago
Lilly Rose Berner
29344b9cce
Add thread getters to Message
1 year ago
Rapptz
2b51e5e736
[commands] Change import for PrivateChannel for cooldowns
1 year ago
github-actions[bot]
536cf5c01f
[Crowdin] Updated translation files
Crowdin translations download
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 year ago
Andrin
56c67d3967
Implement editing application info
1 year ago
Mysty
9810cb9936
Add warning to VoiceProtocol.on_voice_state_update
1 year ago
Mikey
a9936c2da5
Fix typo in HTTPClient create_entitlement
1 year ago
Lukas Vacula
3009c46080
Fix typo in documentation; "users" -> "roles"
1 year ago
Soheab_
5c46f812c7
Document type property and classmethods for SelectDefaultValueType
1 year ago
z03h
a5d03d4a1e
Add specialcase for AutoMod triggers in audit log diff
1 year ago