dolfies
9853b13ccb
Fix call ringing
6 months ago
dolfies
e116918d7b
Fix calls
6 months ago
dolfies
ac641ea98b
Normalize upstream changes for the library
6 months ago
dolfies
f96854c90d
Fix version directives
6 months ago
dolfies
00fed75092
Fix version directives
6 months ago
dolfies
3d640bb09f
chore: Add file to track upstream rebase commit hash
6 months ago
Soheab
833b9133d2
Add mention property to PartialMessageable
6 months ago
Rapptz
054a84f970
Remove / from being safe from URI encoding when constructing paths
6 months ago
Rapptz
45a0c26240
Sanitize invite argument before calling the invite info endpoint
Fixes a potential path traversal bug that can lead you to superfluously
and erroneously call a separate endpoint.
6 months ago
MajorTanya
2af8e073e4
Clear up add_roles and remove_roles documentation
Using "member" here can mislead a reader into believing this
restriction is referring to the member being edited rather than the
client/bot that is executing the edit.
7 months ago
Michael H
5dacce5548
Avoid returning in finally
Specifically reraise KeyboardInterrupt, SystemExit
Swallow other BaseExceptions due to the way the standard library uses
them and the intent of this function
7 months ago
Rapptz
7e12b4df79
Handle improper 1000 closures by Discord
7 months ago
Rapptz
984effb628
Add note about using venvs on Linux
7 months ago
Steve C
001ccc87d6
Add Message.forward flag
7 months ago
Soheab
78ca2bfd26
[commands] Unwrap Parameter if given as default to commands.parameter
7 months ago
z03h
e424fda006
Fix MessageReferenceType not being public
8 months 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] >
8 months ago
Sherlock
d2eb393f81
Add proxy support for get_from_cdn
8 months ago
owocado
7e976a742d
Fix Message.system_content for role_subscription_purchase renewal type
8 months ago
Soheab
81e1a29708
Add support for messages with type purchase_notification
8 months ago
Andrin
6c71823ab3
Add category parameter to abc.GuildChannel.clone
8 months ago
iyad-f
1cf3d6a04e
Add missing error for Message.edit
8 months ago
Josh
552faa3f0e
[commands] Fix issue with category cooldowns outside of guild channels
8 months ago
Gooraeng
f75a8e0f39
Add missing error for Guild.fetch_automod_rule
8 months ago
Lilly Rose Berner
e4e708535c
Add zstd gateway compression to speed profile
8 months ago
Soheab
62e2f67497
Update all channel clone implementations
8 months ago
Michael H
81362e9bb3
Fix and add test for missing discord.Permission bits
9 months ago
Rapptz
c514e11f12
Remove outdated leftover comment about polls
9 months 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.
9 months ago
owocado
4bc580418c
Fix Guild.invites_paused method
9 months ago
Michael H
206ae7e47d
Remove aiodns from being used on Windows
9 months ago
Soheab
f2d34862c1
Add missing guild incident fields
Co-authored-by: owocado <[email protected] >
Co-authored-by: Danny <[email protected] >
9 months ago
Andrin
69bd72a116
Add Guild.fetch_role
9 months ago
Rapptz
e281965505
Remove stale documentation in Embed.set_thumbnail
9 months ago
fretgfr
aa0c8748cb
[docs] correct hyperlink to discord docs
9 months ago
Gaurav
95ba8f83f1
Fix url for GIF StickerItem
9 months ago
Andrin
084318c762
[docs] Remove pack_id attribute from Sticker
[docs] Remove unnecessary pack_id
9 months ago
Soheab
2bf56a91f4
Add support for getting the attachment's title
9 months ago
DA344
38c8939449
Fix Polls limiting duration at 7 days
10 months ago
Rapptz
ba1153b311
Fix documentation for abc.GuildChannel.move to be more clear
10 months ago
Michael H
093fc46fba
Allow discord.Object use for permissions in channel creation
11 months ago
Rapptz
68212866d3
[commands] Clarify Converter.convert exception raising
11 months ago
Rapptz
ba7f8251b3
Remove unnecessary warning logs for poll events
12 months ago
DA344
8b2006fe20
Add Permissions.use_external_apps
12 months ago
Leonardo
fce7bb46d2
Fix exempt_channels not being passed along in create_automod_rule
12 months ago
Rapptz
1f24b01e8b
[commands] Add support for channel URLs in channel converter
Fix #9799
12 months ago
Leonardo
281dc77132
Fix bug with cache superfluously incrementing role position
1 year ago
z03h
2ca60d42ea
[commands] fix HelpCommand not carrying over checks
update command impl over creating new one
1 year ago
DA344
f3d0c0e2f8
Update Polls event docs
1 year ago
Rapptz
f45016bebd
Fix Message.poll not prioritising API data over cached data
1 year ago