Only use @ prefix in __str__ if the user is migrated

This commit is contained in:
Rapptz
2023-05-04 21:56:34 -04:00
parent b8310268b0
commit 9ebc13e160
4 changed files with 9 additions and 7 deletions

View File

@ -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
-----------