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
Rapptz
a756df3d5c
Add support for team membership role
2 years ago
Rapptz
42a1a68662
[commands] Fix obscuring name error
2 years ago
Rapptz
69e9bc9454
[commands] Fix nested hybrid groups inserting manual app commands
2 years ago
thegamecracks
c7f6e95f1c
[commands] Fix localization support for hybrid group fallback
2 years ago
cibere
16f6466da1
Fix Template.source_guild attempting to get from cache
2 years ago
Imayhaveborkedit
8b8ce55378
Add encoder params to VoiceClient.play
2 years ago
Imayhaveborkedit
b276f3f5a2
Split ffmpeg args
FFmpeg is actually capable of parsing this correctly but we split it for
consistency's sake.
2 years ago
Imayhaveborkedit
62c1ab21b2
Fixes/improvements to FFmpegAudio and subclasses
2 years ago
Mikołaj Kruczek
673bedd285
Replace dot with space in Guild.vanity_invite docs
2 years ago
Server Bot
2e2f20c6d5
Fix Intents.auto_moderation flag to alias_flag_value
2 years ago
Rapptz
2348d72a72
Use the interaction user's guild as a fallback for Interaction.guild
This ensures that the unavailable guild that is created within __init__
is used instead of constantly recreating it.
2 years ago
Rapptz
44f90909cb
Add changelog for v2.3.2
2 years ago
Rapptz
1d2177c610
Fix setting CustomActivity name
2 years ago
Imayhaveborkedit
cdc220fa4c
Fix voice websocket not being closed before being replaced
2 years ago
Rapptz
0ab68440ee
Add tzdata as a test dependency on Windows
Fix #9519
2 years ago
Rapptz
e5da7f23cb
Fix escape behaviour for lists and headers in escape_markdown
Fixes #9516
2 years ago
Rapptz
e6a0dc5bc0
Add support for media channels
2 years ago
Rapptz
ca5cbcbdf3
Reconnect a shard if disconnected during a HELLO OP
2 years ago
Rapptz
a361a08482
[commands] Add fallback behaviour for CurrentGuild parameter
2 years ago
Mysty
ad28fdc154
Fix multiple minor CSS issues to fix mobile and tablets
2 years ago
fretgfr
5e9f679178
Fix NameError in GuildChannel.create_invite
Move InviteTarget out of type checking
2 years ago
Josh
c69ce78ad1
Add create_event permission
2 years ago
Soheab_
135e57c81f
Add support for role flags
2 years ago
Rapptz
b7785d29cb
Add CategoryChannel.forums shortcut property
2 years ago
Soheab_
14faa9bdab
Add support for attachment flags
2 years ago
Rapptz
00ea67d315
Add two new audit log event types
2 years ago