Only use @ prefix in __str__ if the user is migrated

This commit is contained in:
Rapptz
2023-05-19 20:59:19 -04:00
parent b8310268b0
commit 9ebc13e160
4 changed files with 9 additions and 7 deletions
+1 -1
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
-----------