Remove @ prefix from usernames

Discord seemed to have backtracked on this display
This commit is contained in:
Rapptz
2023-05-19 20:24:23 -04:00
parent 48cca30ca1
commit 8d17aa23c9
4 changed files with 6 additions and 6 deletions

View File

@ -121,7 +121,7 @@ class WidgetMember(BaseUser):
.. describe:: str(x)
Returns the widget member's handle (e.g. ``@user`` or ``user#discriminator``).
Returns the widget member's handle (e.g. ``name`` or ``name#discriminator``).
Attributes
-----------