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
Thanos
0c353548e2
Move most static metadata to pyproject.toml
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
github-actions[bot]
0b4263e697
[Crowdin] Updated translation files
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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
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