This commit is contained in:
deathbybandaid 2022-02-23 13:53:40 -05:00
parent 2bea9b2507
commit c6fd6d70be

View File

@ -115,6 +115,7 @@ class Commands():
command = commstring.split(" ")[0] command = commstring.split(" ")[0]
else: else:
command = "" command = ""
print(command)
return command return command
def get_commands_split(self, trigger, splitkey): def get_commands_split(self, trigger, splitkey):