Skip to content

Commit

Permalink
Typo :(
Browse files Browse the repository at this point in the history
Signed-off-by: Yasir Aris M <[email protected]>
  • Loading branch information
yasirarism authored Nov 17, 2023
1 parent dc5b041 commit 8475225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misskaty/core/misskaty_patch/bound/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@property
def parse_cmd(msg):
if len(msg.command) > 1:
return msg.split(None, 1)[1]
return msg.text.split(None, 1)[1]
return None


Expand Down

0 comments on commit 8475225

Please sign in to comment.