Alex Nørgaard
c6b70e520b
[commands] Fix _fallback attr not being set on replace for Parameter
5 months ago
scruz
4ff508e16b
Update Member.timed_out_until docstring
5 months ago
Nathan Waxman-Jeng
50790e2f13
Return new instance in Poll.end to avoid inconsistencies
5 months ago
Soheab
b9b01c3bbc
Parse full message for raw message edit event
5 months ago
Lilly Rose Berner
818971c484
Add ForumChannel.members property
5 months ago
Michael H
a57edbd54f
[tasks] Fix race condition with set_result
5 months ago
dolfies
50c169d680
Allow reading lottie stickers
4 months ago
dolfies
abd8e5994b
Add datamined payment flag
4 months ago
dolfies
c05a18edc8
Fix pomelo attempt endpoints
5 months ago
dolfies
d784e6dcab
Fix group dm nickname implementation, add dm migration
5 months ago
dolfies
fc94e0b017
Rename Profile.is_blocked_by_user() -> Profile.is_blocker()
5 months ago
dolfies
25360912aa
Update some flags
5 months ago
dolfies
bd6219301a
Fix rare crash with missing threads field
5 months ago
dolfies
14d37fa0b7
Allow creating gdms with one user
5 months ago
dolfies
2caffa57c2
Further search fixes
5 months ago
dolfies
936f93e982
Fix broken types
5 months ago
dolfies
047fc48fb1
Immensely improve robustness of search pagination ( fix #581 )
5 months ago
dolfies
c55c58e770
Export DetectableApplication
5 months ago
jsoncitron
6b837abaee
Update gateway capabilities ( #780 )
5 months ago
dolfies
e9452cf5ca
perf: use sentinel value for Presence._offline()
5 months ago
dolfies
0acff9ae3e
Fix CaptchaRequired slots
5 months ago
dolfies
2593c17ecc
Add missing invite flags
5 months ago
dolfies
fd05eb0b5f
Support recaptcha enterprise
5 months ago
dolfies
93a56799d6
Split detectable applications, add new application fields
5 months ago
dolfies
bed72ec3c3
Don't edit settings on connect without presence sync
5 months ago
dolfies
d354d2c4f8
Fix Client.premium_affinities doc pointer
5 months ago
shell1010
1e5c1d9e48
Added increment, process and worker ids to utils.py ( #770 )
5 months ago
dolfies
19db7c94f8
Fix UserGuild.permissions
5 months ago
dolfies
69af824082
Export DiscountOffer
5 months ago
Dolfies
f6380cf142
New billing features
5 months ago
Dolfies
4cbd9dde57
Implement channel affinities
5 months ago
Dolfies
92912ea81a
Implement friend tokens
5 months ago
Dolfies
d401d6d149
Remove dead get user named endpoint
5 months ago
Dolfies
00f6d156ca
Add unauthed fallbacks to pomelo endpoints, remove useless http parameter ( fixes #562 )
5 months ago
Dolfies
f88c1d37ce
Add new user and profile fields
5 months ago
Dolfies
25a66d7295
Fix race condition that accidentally drops members during scraping
6 months ago
Dolfies
eff21f0359
Prevent aimlessly scraping manually-overriden sidebars (such as Midjourney)
6 months ago
Dolfies
e23518f0ed
Fix invite typing
6 months ago
dolfies
d7b46977ab
Add id to message snapshot slots
6 months ago
dolfies
fda06e9c2f
Remove unused import
6 months ago
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
Soheab
833b9133d2
Add mention property to PartialMessageable
7 months ago
Rapptz
054a84f970
Remove / from being safe from URI encoding when constructing paths
7 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.
7 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
8 months ago