This commit is contained in:
deathbybandaid 2022-02-24 14:00:12 -05:00
parent 8cff6fe135
commit 4081921ccc

View File

@ -40,6 +40,7 @@ def prerun():
return return
if comrun.is_rulematch and comrun.is_real_command: if comrun.is_rulematch and comrun.is_real_command:
bot.say("Invalid command: %s" % comrun.command["trigger_command"])
return return
print(trigger.match) print(trigger.match)