dolfies
93a56799d6
Split detectable applications, add new application fields
8 months ago
dolfies
bed72ec3c3
Don't edit settings on connect without presence sync
8 months ago
dolfies
d354d2c4f8
Fix Client.premium_affinities doc pointer
8 months ago
shell1010
1e5c1d9e48
Added increment, process and worker ids to utils.py ( #770 )
8 months ago
dolfies
19db7c94f8
Fix UserGuild.permissions
8 months ago
dolfies
69af824082
Export DiscountOffer
8 months ago
Dolfies
f6380cf142
New billing features
8 months ago
Dolfies
4cbd9dde57
Implement channel affinities
8 months ago
Dolfies
92912ea81a
Implement friend tokens
9 months ago
Dolfies
d401d6d149
Remove dead get user named endpoint
9 months ago
Dolfies
00f6d156ca
Add unauthed fallbacks to pomelo endpoints, remove useless http parameter ( fixes #562 )
9 months ago
Dolfies
f88c1d37ce
Add new user and profile fields
9 months ago
Dolfies
25a66d7295
Fix race condition that accidentally drops members during scraping
9 months ago
Dolfies
eff21f0359
Prevent aimlessly scraping manually-overriden sidebars (such as Midjourney)
9 months ago
Dolfies
e23518f0ed
Fix invite typing
9 months ago
dolfies
d7b46977ab
Add id to message snapshot slots
9 months ago
dolfies
fda06e9c2f
Remove unused import
10 months ago
dolfies
9853b13ccb
Fix call ringing
10 months ago
dolfies
e116918d7b
Fix calls
10 months ago
dolfies
ac641ea98b
Normalize upstream changes for the library
10 months ago
dolfies
f96854c90d
Fix version directives
10 months ago
dolfies
00fed75092
Fix version directives
10 months ago
dolfies
3d640bb09f
chore: Add file to track upstream rebase commit hash
10 months ago
Soheab
833b9133d2
Add mention property to PartialMessageable
10 months ago
Rapptz
054a84f970
Remove / from being safe from URI encoding when constructing paths
10 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.
10 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.
10 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
11 months ago
Rapptz
7e12b4df79
Handle improper 1000 closures by Discord
11 months ago
Rapptz
984effb628
Add note about using venvs on Linux
11 months ago
Steve C
001ccc87d6
Add Message.forward flag
11 months ago
Soheab
78ca2bfd26
[commands] Unwrap Parameter if given as default to commands.parameter
11 months ago
z03h
e424fda006
Fix MessageReferenceType not being public
11 months ago
DA344
5b6642302a
Add support for message forwarding
Co-authored-by: Red Magnos <redmagnos@gmail.com>
Co-authored-by: MCausc78 <mcausc78@gmail.com>
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
11 months ago
Sherlock
d2eb393f81
Add proxy support for get_from_cdn
11 months ago
owocado
7e976a742d
Fix Message.system_content for role_subscription_purchase renewal type
11 months ago
Soheab
81e1a29708
Add support for messages with type purchase_notification
11 months ago
Andrin
6c71823ab3
Add category parameter to abc.GuildChannel.clone
11 months ago
iyad-f
1cf3d6a04e
Add missing error for Message.edit
11 months ago
Josh
552faa3f0e
[commands] Fix issue with category cooldowns outside of guild channels
11 months ago
Gooraeng
f75a8e0f39
Add missing error for Guild.fetch_automod_rule
11 months ago
Lilly Rose Berner
e4e708535c
Add zstd gateway compression to speed profile
11 months ago
Soheab
62e2f67497
Update all channel clone implementations
11 months ago
Michael H
81362e9bb3
Fix and add test for missing discord.Permission bits
1 year ago
Rapptz
c514e11f12
Remove outdated leftover comment about polls
1 year 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.
1 year ago
owocado
4bc580418c
Fix Guild.invites_paused method
1 year ago
Michael H
206ae7e47d
Remove aiodns from being used on Windows
1 year ago
Soheab
f2d34862c1
Add missing guild incident fields
Co-authored-by: owocado <24418520+owocado@users.noreply.github.com>
Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
1 year ago
Andrin
69bd72a116
Add Guild.fetch_role
1 year ago