Skip to content

Commit

Permalink
Merge pull request #275 from fisher60/Ósterei
Browse files Browse the repository at this point in the history
Ósterei
  • Loading branch information
fisher60 authored Jun 25, 2024
2 parents 9ccacbd + f6f5323 commit aeb8f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cogs/user.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ async def userinfo(self, ctx: Context, member: Union[str, Member] = None) -> Non
for role in user.roles[1:]:
roles.append(f"<@&{role.id}>")

if user.bot:
if user.bot or user.id == 196664644113268736:
is_bot = "Bot: :white_check_mark:"

statuses.append(f"{STATUSES[user.mobile_status]} Mobile Client")
Expand Down

0 comments on commit aeb8f6e

Please sign in to comment.