removed useless f string
This commit is contained in:
parent
5e48e3c1f8
commit
831132f55f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Suggestions(commands.Cog):
|
|||
|
||||
def check_discrim(self, user: discord.User):
|
||||
if user.discriminator != 0:
|
||||
return f"{user.name}"
|
||||
return user.name
|
||||
else:
|
||||
return f"{user.name}#{user.discriminator}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue