Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DoroWolf authored Dec 15, 2024
1 parent f80baff commit 51bf88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cytoid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@ctd.handle("profile [<username>] {{cytoid.help.profile}}")
async def _(msg: Bot.MessageSession, username: str = None):
if msg.parsed_msg["profile"]:
if username:
await cytoid_profile(msg, username)


Expand Down

0 comments on commit 51bf88f

Please sign in to comment.