Skip to content

Commit

Permalink
[Tools] No nick needed
Browse files Browse the repository at this point in the history
  • Loading branch information
aikaterna authored Dec 18, 2020
1 parent 84e24d7 commit 0a0c007
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,6 @@ async def uinfo(self, ctx, user: discord.Member = None):

data = "```ini\n"
data += "[Name]: {}\n".format(cf.escape(str(user)))
if user.nick is not None:
data += "[Nickname]: {}\n".format(cf.escape(str(user.nick)))
data += "[ID]: {}\n".format(user.id)
data += "[Status]: {}\n".format(user.status)
data += "[Servers]: {} shared\n".format(seen)
Expand Down

0 comments on commit 0a0c007

Please sign in to comment.