Rapptz
8251f8a32a
Remove async_timeout requirement
It was causing some dependency issues
11 months ago
DA344
8bcf4afb96
Fix Webhook poll sending raising AttributeError with a mocked state
11 months ago
DA344
b6e9767eff
Some docs fixes for polls
11 months ago
lmaotrigine
d6f24252e5
Document bitrate kwarg in StageChannel.edit
11 months ago
DA344
4397c913eb
Fix Poll.question docstring
12 months ago
z03h
15bf73508b
Add more missing perms to permission classmethods
12 months ago
z03h
21521bd49f
Add missing poll permissions to permission classmethods
12 months ago
DA344
f8f0575c19
Add support for Polls
Co-authored-by: owocado <[email protected] >
Co-authored-by: Josh <[email protected] >
Co-authored-by: Trevor Flahardy <[email protected] >
12 months ago
Willi
d5a477f6cd
Fix typo in Guild.vanity_invite documentation
12 months ago
Vioshim
825113dce6
[commands] Add support for positional flag parameters
12 months ago
Josh
96c40ea766
[commands] Add support for type statement and NewType
12 months ago
owocado
b14a8ab0a6
Add reason kwarg to Thread.delete
12 months ago
Lilly Rose Berner
89a88cc115
Fix channel deletion not removing associated threads
12 months ago
Michael H
105c55a0b1
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.
12 months ago
Alex Nørgaard
84226a9d02
Fix AutoModRule.edit handling of AutoModRuleEventType enum
1 year ago
Willy
81d451b63e
Document bulk ban user limit and permission
1 year ago
Sebastian Law
aff31f9575
[docs] fix gateway payload hyperlinks
1 year ago
Vioshim
a2aceec2ce
Add support for applied_tags in Webhook.send overloaded methods
1 year ago
Imayhaveborkedit
3043a1f4e3
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
1 year ago
owocado
ccb89639db
Improve __repr__ for Webhook and SyncWebhook
1 year ago
owocado
978636d8a3
Add view_creator_monetization_analytics permission
1 year ago
Rapptz
1268d21153
Clarify some docstrings around BulkBanResponse
1 year ago
Rapptz
a51939080b
Add support for bulk banning members
1 year ago
fretgfr
ac70bf0990
Update Guild.prune_members required permissions notes
1 year ago
Rapptz
0482dc3950
Fix comparisons between two Object with types
1 year ago
owocado
1504451bae
Fix sticker URL for GIF stickers
1 year ago
Rapptz
a264cbf2c3
Add warning for FFmpeg spawning classes executable parameter
1 year ago
Imayhaveborkedit
c1d6b47f38
Fix move_to related voice state bugs
1 year ago
Soheab_
79f6df18b3
Add support for guild incidents
Co-authored-by: Danny <[email protected] >
1 year ago
Rapptz
a3bc4260b7
Pin remaining documentation dependencies
For some reason the Sphinx developers made breaking changes in minor
versions
1 year ago
Rapptz
fc1f7b8f32
Downgrade sphinxcontrib-websupport version
1 year ago
Rapptz
9262baa4e3
Pin documentation dependencies
1 year ago
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