mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Only use @ prefix in __str__ if the user is migrated
This commit is contained in:
@ -274,7 +274,7 @@ class Member(discord.abc.Messageable, _UserTag):
|
||||
|
||||
.. describe:: str(x)
|
||||
|
||||
Returns the member's name with a ``@``.
|
||||
Returns the member's handle (e.g. ``@user`` or ``user#discriminator``).
|
||||
|
||||
Attributes
|
||||
----------
|
||||
|
Reference in New Issue
Block a user