mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-04 08:56:19 +00:00
Only use @ prefix in __str__ if the user is migrated
This commit is contained in:
@ -121,7 +121,7 @@ class WidgetMember(BaseUser):
|
||||
|
||||
.. describe:: str(x)
|
||||
|
||||
Returns the widget member's name with a ``@``.
|
||||
Returns the widget member's handle (e.g. ``@user`` or ``user#discriminator``).
|
||||
|
||||
Attributes
|
||||
-----------
|
||||
|
Reference in New Issue
Block a user