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

@ -274,7 +274,7 @@ class Member(discord.abc.Messageable, _UserTag):
.. describe:: str(x)
Returns the member's handle (e.g. ``@user`` or ``user#discriminator``).
Returns the member's handle (e.g. ``name`` or ``name#discriminator``).
Attributes
----------