Skip to content

Commit

Permalink
Fix bug in /me color
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascdev committed Oct 12, 2023
1 parent bb0d902 commit da2403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hasherino/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ async def message_received(self, message: ParsedMessage):
for element in message.get_message_text().split(" ")
],
message_type="chat_message",
me=True,
me=message.is_me(),
)
)
case _:
Expand Down

0 comments on commit da2403e

Please sign in to comment.