Skip to content

Commit 4431c13

Browse files
authored
Merge pull request #276 from fisher60/develop
Deploy griff change
2 parents a8ffccb + aeb8f6e commit 4431c13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bot/cogs/user.py

Lines changed: 1 addition & 1 deletion
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)