Mysty
418a7915e6
Add raw presence update evemt
2 months ago
scruz
1edec93ed3
Update Member.timed_out_until docstring
3 months ago
MajorTanya
7db879b5bd
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.
5 months ago
Andrin
62e52803a7
Add support Member.fetch_voice
7 months ago
Rapptz
86dd29a8e8
Properly copy banner information on updates
9 months ago
Rapptz
a13fc8f835
Add support for guild_banner and display_banner
9 months ago
Danny
2e2f51fd5c
First pass at supporting user apps
Co-authored-by: red <[email protected] >
Co-authored-by: Vioshim <[email protected] >
11 months ago
Andrin
e25b7ff3f8
Support for avatar decorations
Co-authored-by: Danny <[email protected] >
Co-authored-by: owocado <[email protected] >
1 year ago
dank
67ae85aa22
Fix typos in Forbidden descriptions for Member methods
1 year ago
Rapptz
8d583ea71b
Update discriminator again for user_update events
2 years ago
Rapptz
8d17aa23c9
Remove @ prefix from usernames
Discord seemed to have backtracked on this display
2 years ago
Rapptz
9ebc13e160
Only use @ prefix in __str__ if the user is migrated
2 years ago
Rapptz
df01db3490
Initial support for pomelo migration
2 years ago
Soheab_
caf0fbdc1b
Correct permission for bypass_verification field in Member.edit
2 years ago
Soheab_
c46f309c13
Add support for member flags
2 years ago
Omkaar
c30a2f3ca0
Refactor certain f-strings and literals
3 years ago
Steve C
ce06beeb6c
Fix permissions-based docstrings to be more consistent
3 years ago
Ionite
6981eb69c4
Normalize type formatting in TypeError
Normalize most mixed usages of `__class__`, `__class__!r`,
`__class__.__name__!r` to the standard form of
`__class__.__name__`
3 years ago
Josh
e57617e157
Add support for delete_message_seconds ban argument
3 years ago
Rapptz
5c7f6dd37e
Clarify when None is returned from Member.edit
3 years ago
Stocker
3ee18e4c5d
Use a TypeVar for flatten_user to workaround Pyright bug
3 years ago
Rapptz
2b3cc8fe10
Add Member.display_icon to get the rendered member icon
3 years ago
Willy
bc91e1667f
Fix typo in Member.timeout docs
3 years ago
Alex Nørgaard
0263774e13
Remove the use of ! in the Member.mention property
3 years ago
Rapptz
a5f1c2f592
Take into consideration member timeouts in permission calculations
3 years ago
Rapptz
5096846c4e
Allow None to be passed for Member.timeout
3 years ago
Bryan Forbes
06c257760b
Update types to use Awaitable where possible
3 years ago
Kellen
4fd2d5fdfd
Remove redundant imports and variables
3 years ago
chromacoat dreamkey
dd3536be63
Fix typo in Member.edit documentation
3 years ago
Rapptz
5f7c5abe0a
Change ban type hints to use int instead of Literal
3 years ago
Josh
e01d4a31eb
Replace invariant container types with wider types where applicable
3 years ago
Stocker
5aa696ccfa
Fix typing issues and improve typing completeness across the library
Co-authored-by: Danny <[email protected] >
Co-authored-by: Josh <[email protected] >
3 years ago
Rapptz
f4ca36ec5a
Add Member.timeout helper method
3 years ago
Sebastian Law
483ffeacd4
Inject state into PartialEmoji in Activity
3 years ago
Lucas Hardt
8825bf922f
Fix Member.move_to typehint and docstring
3 years ago
apple502j
aa6fb54e99
Raise ClientException in Member.request_to_speak
3 years ago
Lilly Rose Berner
85b6175137
Create ClientStatus type to improve Member memory usage
3 years ago
Rapptz
f80f81c395
Add Member.resolved_permissions attribute for interaction members
3 years ago
Josh
147948af9b
Use typing.Self throughout library
3 years ago
Josh
285069de08
Fix types in guild.py
3 years ago
Nadir Chowdhury
3cf000d467
Type up gateway payloads
3 years ago
Rapptz
88b520b5ab
Reformat code using black
Segments where readability was hampered were fixed by appropriate
format skipping directives. New code should hopefully be black
compatible. The moment they remove the -S option is probably the moment
I stop using black though.
3 years ago
Maya
a1dbc0ca27
Add member timeouts and relevant permissions
3 years ago
Izhar Ahmad
efec816de2
Make arguments positional only in 2 get methods
- Member.get_role
- Guild.get_member
4 years ago
Rapptz
848d752388
Change User.avatar to be Optional[Asset] instead of Asset
This change was needed to allow users to more easily check if an
uploaded avatar was set using `if user.avatar:` rather than the
admittedly clunky `if user.avatar != user.default_avatar.
The old behaviour with a fallback is still useful for actual display
purposes, so it has been moved over to the new `User.display_avatar`
attribute. This also has symmetry with the newly added
`Member.display_avatar` attribute.
4 years ago
Rapptz
490bbffc93
Remove in-place edits and return fresh instances instead
Fixes #4098
4 years ago
Rapptz
cff9ca0288
Fix typings for member HTTP methods
4 years ago
Rapptz
d7a4230007
Fix Member.guild_avatar docstring
4 years ago
Rapptz
49cf959784
Fix Member._avatar not updating in member update events
4 years ago
JustAnyone
91652e3b60
Add per-guild member avatar support
Fix #7054
4 years ago