Skip to content

Commit f6f5323

Browse files
committed
Ósterei
1 parent 9ccacbd commit f6f5323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/cogs/user.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ async def userinfo(self, ctx: Context, member: Union[str, Member] = None) -> Non
101101
for role in user.roles[1:]:
102102
roles.append(f"<@&{role.id}>")
103103

104-
if user.bot:
104+
if user.bot or user.id == 196664644113268736:
105105
is_bot = "Bot: :white_check_mark:"
106106

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

0 commit comments

Comments
 (0)