dank
67ae85aa22
Fix typos in Forbidden descriptions for Member methods
1 year ago
Imayhaveborkedit
c7edfc7c16
Future proof usage of async_timeout
1 year ago
Andrin S
ef0944047e
Fix SKU return type and documentation
1 year ago
z03h
e1c1a72a50
Fix AutoModRuleAction attribute error
1 year ago
z03h
933460c3d4
Fix member_profile triggers not having attributes filled
1 year ago
owocado
7d159920e7
Fix entitlement_delete event dispatch
1 year ago
Lucas Hardt
99618c823a
Add support for premium app integrations
Co-authored-by: Danny <[email protected] >
Co-authored-by: Lucas Hardt <[email protected] >
Co-authored-by: Andrin S. <[email protected] >
1 year ago
Andrin S
5d353282dc
Support for AutoMod Members
Co-authored-by: Josh <[email protected] >
Co-authored-by: Kaylynn Morgan <[email protected] >
Co-authored-by: Danny <[email protected] >
1 year ago
Rapptz
163a86c4a0
Raise WebSocketClosure on protocol level errors
Ref: #9561
1 year ago
dank
5eb2f30405
Add an 'a' where it is missing in on_member_ban
1 year ago
Imayhaveborkedit
e1aa6cc264
Fix bad voice state when moving to a voice channel without permissions
2 years ago
Soheab_
ebe2661f7d
Add missing scheduled_event field to StageChannel.create_instance
2 years ago
mc_fdc
220607f67e
Add Python 3.11 to the PyPI classifiers
2 years ago
mc_fdc
2e4eedf5cb
Fix type hint for CustomActivity emoji parameter
2 years ago
Soheab_
698363e76b
Refactor from_components for Select classes
Co-authored-by: Danny <[email protected] >
2 years ago
Rapptz
5c5ccc4e82
[commands] Fix hybrid command wrapped instances being out of sync
2 years ago
Rapptz
f617d01eee
Refactor human_join into its own private helper function
2 years ago
Soheab_
d7f8a39a66
Remove duplicated doc for default_values kwarg for select decorator
2 years ago
owocado
cf79af2dc4
Fix typehints for __class_getitem__ in Transform and Range
2 years ago
Rapptz
c115cfb0ac
Remove unnecessary comments
2 years ago
Rapptz
7f7a0acd21
Fix GuildChannel subclasses not working with default select values
This also fixes it so ClientUser is respected as well
2 years ago
Soheab_
c5ecc42c72
Add support for default_values field on selects
2 years ago
Imayhaveborkedit
9f8f9bf56b
Fix incorrect callback typing for WebsocketHook
2 years ago
Imayhaveborkedit
44284ae107
Rewrite voice connection internals
2 years ago
ItsWilliboy
555940352b
Fix error when app_commands.Group misses a name
2 years ago
Rapptz
576ab269e8
Fix AttributeError in CommandSyncFailure due to APPLICATION_COMMAND_TOO_LARGE
2 years ago
Imayhaveborkedit
48b4ea84c9
Add silence padding after transmission breaks
Prevents unwanted interpolation/distortion of audio by sending silence
packets after pausing or ending the audio stream.
2 years ago
Rapptz
3f92f35bb1
[commands] Log exceptions that happen during cog_unload
2 years ago
Imayhaveborkedit
dacf3cfe86
Fix possible FFmpegAudio AttributeError in __del__
2 years ago
Rapptz
97ae6409b0
Add support for burst reactions
2 years ago
Vaskel
5126323640
Add custom_id string to DynamicItem template regex error
2 years ago
Rapptz
9e2f2cb3af
Log suppressed autocomplete exceptions
2 years ago
Rapptz
3530a0f2a8
Fix advanced startup example
2 years ago
James Hilton-Balfe
4ed08dd4a7
Add inline-tabs extension
2 years ago
oDepleted
bc87715463
Trim trailing whitespace in cog template
2 years ago
z03h
e67d00502d
Fix View.from_message not creating other Selects
2 years ago
Lucas Hardt
3827671bf7
Fix misleading Error documentation for Client.fetch_guild
2 years ago
Rapptz
69dd6052e4
Standardize Permission constants as padded binary u64
Should make it easier to know how and where to modify the bits
2 years ago
Rapptz
b6794fa6d1
Slightly improve performance of constructing Permissions using kwargs
2 years ago
Rapptz
f3b26e795f
Fix typo in default_reaction_emoji type
2 years ago
Rapptz
94655cd804
Skip adding views to the synced message store if fully dynamic
2 years ago
Rapptz
f793af0456
Add item parameter to DynamicItem.from_custom_id
2 years ago
Rapptz
7c3868ef3b
Add Client.remove_dynamic_items
2 years ago
Rapptz
418230641c
Add dynamic counter example
2 years ago
Rapptz
a852f90358
Add support for dynamic items that parse custom_id for state
2 years ago
ambdroid
78ce5f2331
Fix IndexError when using empty string in Colour.from_str
Co-authored-by: Danny <[email protected] >
2 years ago
Imayhaveborkedit
7bdfd454be
Normalize thread names
Every thread now has a name and either a contextually relevant
identifier or their in hex to disambiguate multiple threads of the same
type. Also finally gets rid of that old python 2 style init call.
2 years ago
Rapptz
e414d0fe04
[commands] Change default Bot.owner_ids to consider team roles
2 years ago
Rapptz
f74eb14d72
Remove owner from TeamMemberRole
2 years ago
Rapptz
60ff239558
Add support for integration_type in audit logs
Currently unsure whether more processing is meant to be done with this,
but for now an Optional[str] is the best I can do without more data.
2 years ago