Skip to content

Commit

Permalink
Merge pull request #125 from TopRealm/upstream
Browse files Browse the repository at this point in the history
Upstream
  • Loading branch information
DoroWolf authored Dec 15, 2024
2 parents effdae4 + 7842f16 commit bb5da93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/cytoid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

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


@ctd.handle(
Expand Down

0 comments on commit bb5da93

Please sign in to comment.