mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-06 20:04:51 +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
|
@property
|
||||||
def parse_cmd(msg):
|
def parse_cmd(msg):
|
||||||
if len(msg.command) > 1:
|
if len(msg.command) > 1:
|
||||||
return msg.split(None, 1)[1]
|
return msg.text.split(None, 1)[1]
|
||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue