z03h
e424fda006
Fix MessageReferenceType not being public
2 years ago
DA344
5b6642302a
Add support for message forwarding
Co-authored-by: Red Magnos <[email protected] >
Co-authored-by: MCausc78 <[email protected] >
Co-authored-by: owocado <[email protected] >
Co-authored-by: Danny <[email protected] >
2 years ago
Sherlock
d2eb393f81
Add proxy support for get_from_cdn
2 years ago
owocado
7e976a742d
Fix Message.system_content for role_subscription_purchase renewal type
2 years ago
Soheab
81e1a29708
Add support for messages with type purchase_notification
2 years ago
Andrin
6c71823ab3
Add category parameter to abc.GuildChannel.clone
2 years ago
iyad-f
1cf3d6a04e
Add missing error for Message.edit
2 years ago
Josh
552faa3f0e
[commands] Fix issue with category cooldowns outside of guild channels
2 years ago
Gooraeng
f75a8e0f39
Add missing error for Guild.fetch_automod_rule
2 years ago
Lilly Rose Berner
e4e708535c
Add zstd gateway compression to speed profile
2 years ago
Soheab
62e2f67497
Update all channel clone implementations
2 years ago
Michael H
81362e9bb3
Fix and add test for missing discord.Permission bits
2 years ago
Rapptz
c514e11f12
Remove outdated leftover comment about polls
2 years ago
Rapptz
67dee5d73a
Remove _get_poll lookup in Message constructor
This was triggering a terrible performance regression for no good
reason for all created messages that didn't have a poll, which is
essentially 99.99% of messages leading to MESSAGE_CREATE dispatches
having degraded performance.
2 years ago
owocado
4bc580418c
Fix Guild.invites_paused method
2 years ago
Michael H
206ae7e47d
Remove aiodns from being used on Windows
2 years ago
Soheab
f2d34862c1
Add missing guild incident fields
Co-authored-by: owocado <[email protected] >
Co-authored-by: Danny <[email protected] >
2 years ago
Andrin
69bd72a116
Add Guild.fetch_role
2 years ago
Rapptz
e281965505
Remove stale documentation in Embed.set_thumbnail
2 years ago
fretgfr
aa0c8748cb
[docs] correct hyperlink to discord docs
2 years ago
Gaurav
95ba8f83f1
Fix url for GIF StickerItem
2 years ago
Andrin
084318c762
[docs] Remove pack_id attribute from Sticker
[docs] Remove unnecessary pack_id
2 years ago
Soheab
2bf56a91f4
Add support for getting the attachment's title
2 years ago
DA344
38c8939449
Fix Polls limiting duration at 7 days
2 years ago
Rapptz
ba1153b311
Fix documentation for abc.GuildChannel.move to be more clear
2 years ago
Michael H
093fc46fba
Allow discord.Object use for permissions in channel creation
2 years ago
Rapptz
68212866d3
[commands] Clarify Converter.convert exception raising
2 years ago
Rapptz
ba7f8251b3
Remove unnecessary warning logs for poll events
2 years ago
DA344
8b2006fe20
Add Permissions.use_external_apps
2 years ago
Leonardo
fce7bb46d2
Fix exempt_channels not being passed along in create_automod_rule
2 years ago
Rapptz
1f24b01e8b
[commands] Add support for channel URLs in channel converter
Fix #9799
2 years ago
Leonardo
281dc77132
Fix bug with cache superfluously incrementing role position
2 years ago
z03h
2ca60d42ea
[commands] fix HelpCommand not carrying over checks
update command impl over creating new one
2 years ago
DA344
f3d0c0e2f8
Update Polls event docs
2 years ago
Rapptz
f45016bebd
Fix Message.poll not prioritising API data over cached data
2 years ago
Andrin
c641337a47
Add reaction type to raw events and users iterator
2 years ago
Rapptz
8251f8a32a
Remove async_timeout requirement
It was causing some dependency issues
2 years ago
DA344
8bcf4afb96
Fix Webhook poll sending raising AttributeError with a mocked state
2 years ago
DA344
b6e9767eff
Some docs fixes for polls
2 years ago
lmaotrigine
d6f24252e5
Document bitrate kwarg in StageChannel.edit
2 years ago
DA344
4397c913eb
Fix Poll.question docstring
2 years ago
z03h
15bf73508b
Add more missing perms to permission classmethods
2 years ago
z03h
21521bd49f
Add missing poll permissions to permission classmethods
2 years 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] >
2 years ago
Willi
d5a477f6cd
Fix typo in Guild.vanity_invite documentation
2 years ago
Vioshim
825113dce6
[commands] Add support for positional flag parameters
2 years ago
Josh
96c40ea766
[commands] Add support for type statement and NewType
2 years ago
owocado
b14a8ab0a6
Add reason kwarg to Thread.delete
2 years ago
Lilly Rose Berner
89a88cc115
Fix channel deletion not removing associated threads
2 years 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.
2 years ago