Andrin
e51efa8039
Add support for setting voice channel status
1 year ago
Andrin
6ae4d711e3
Add new incident message types
Co-authored-by: Danny <[email protected] >
1 year ago
Imayhaveborkedit
c94faa1cf9
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
1a41d5a381
Add applied_tags param to Webhook.send
1 year ago
Kohki Miki
5de6b839c2
Add platform property to Activity and Game
Co-authored-by: Danny <[email protected] >
1 year ago
CastelRune
43e210a928
Update typo for automod_rule_trigger in docs
1 year ago
Lilly Rose Berner
8e4d979ca0
Add thread getters to Message
1 year ago
Rapptz
f944c021b0
[commands] Change import for PrivateChannel for cooldowns
1 year ago
Mysty
a3907cf064
Add warning to VoiceProtocol.on_voice_state_update
1 year ago
z03h
76b3df35ff
Add specialcase for AutoMod triggers in audit log diff
2 years ago
dank
5891f3e675
Fix typos in Forbidden descriptions for Member methods
2 years ago
Imayhaveborkedit
064680d780
Future proof usage of async_timeout
2 years ago
z03h
04bbd5bdc0
Fix AutoModRuleAction attribute error
2 years ago
z03h
54197847ee
Fix member_profile triggers not having attributes filled
2 years ago
Andrin S
9281326a46
Support for AutoMod Members
Co-authored-by: Josh <[email protected] >
Co-authored-by: Kaylynn Morgan <[email protected] >
Co-authored-by: Danny <[email protected] >
2 years ago
dank
369e5628f5
Add an 'a' where it is missing in on_member_ban
2 years ago
Imayhaveborkedit
6d244db403
Fix bad voice state when moving to a voice channel without permissions
2 years ago
Soheab_
a91b64f168
Add missing scheduled_event field to StageChannel.create_instance
2 years ago
Imayhaveborkedit
dcf81c58d1
Fix incorrect callback typing for WebsocketHook
2 years ago
Imayhaveborkedit
2856853c16
Rewrite voice connection internals
2 years ago
Imayhaveborkedit
0dc51cdb57
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
12a702374a
[commands] Log exceptions that happen during cog_unload
2 years ago
Imayhaveborkedit
4b8cc05938
Fix possible FFmpegAudio AttributeError in __del__
2 years ago
Rapptz
d8d14bcf18
Add support for burst reactions
2 years ago
Lucas Hardt
3117e4e4bb
Fix misleading Error documentation for Client.fetch_guild
2 years ago
Rapptz
615701481c
Standardize Permission constants as padded binary u64
Should make it easier to know how and where to modify the bits
2 years ago
Rapptz
829eb0b106
Slightly improve performance of constructing Permissions using kwargs
2 years ago
Rapptz
3510e695f1
Fix typo in default_reaction_emoji type
2 years ago
ambdroid
cef229db3e
Fix IndexError when using empty string in Colour.from_str
Co-authored-by: Danny <[email protected] >
2 years ago
Imayhaveborkedit
e67ac10472
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
cibere
e994457c5b
Fix Template.source_guild attempting to get from cache
2 years ago
Imayhaveborkedit
cccd6107b6
Add encoder params to VoiceClient.play
2 years ago
Imayhaveborkedit
73431097d3
Split ffmpeg args
FFmpeg is actually capable of parsing this correctly but we split it for
consistency's sake.
2 years ago
Imayhaveborkedit
cecdc2e1d6
Fixes/improvements to FFmpegAudio and subclasses
2 years ago
Imayhaveborkedit
cabca85dd9
Fix voice websocket not being closed before being replaced
2 years ago
Rapptz
a7286552be
Add tzdata as a test dependency on Windows
Fix #9519
2 years ago
Rapptz
278b9eb970
Fix escape behaviour for lists and headers in escape_markdown
Fixes #9516
2 years ago
Rapptz
e0235137cc
Add support for media channels
2 years ago
Rapptz
445c74941d
[commands] Add fallback behaviour for CurrentGuild parameter
2 years ago
Mysty
5624109713
Fix multiple minor CSS issues to fix mobile and tablets
2 years ago
Josh
2b19c78e6c
Add create_event permission
2 years ago
Soheab_
6b64167862
Add support for role flags
2 years ago
dolfies
2a57b60c2a
Fix default avatar for webhooks
5 months ago
dolfies
226f20024d
chore: Lint pass
5 months ago
dolfies
9f71cedd62
chore: Enable black fast flag
5 months ago
dolfies
05dbd3cc5b
chore: Update classifiers and add author email
5 months ago
dolfies
80f1881342
Fix pyright errors
5 months ago
dolfies
bea403e5b4
Add member count limit to Role.add_members
5 months ago
dolfies
558916039a
Correct query in billing_popup_bridge_callback event
5 months ago
dolfies
a7554ba7d4
Remove deprecated setting field
5 months ago