mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Typo :(
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
dc5b0411c1
commit
8475225d68
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ LOGGER = getLogger("MissKaty")
|
|||
@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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue