mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Remove @ prefix from usernames
Discord seemed to have backtracked on this display
This commit is contained in:
@ -274,7 +274,7 @@ class Member(discord.abc.Messageable, _UserTag):
|
||||
|
||||
.. describe:: str(x)
|
||||
|
||||
Returns the member's handle (e.g. ``@user`` or ``user#discriminator``).
|
||||
Returns the member's handle (e.g. ``name`` or ``name#discriminator``).
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
Reference in New Issue
Block a user