From 4081921cccc0ed01669fb900d47c17f8cba4fad7 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 14:00:12 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 6f6535e..64de480 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -40,6 +40,7 @@ def prerun(): return if comrun.is_rulematch and comrun.is_real_command: + bot.say("Invalid command: %s" % comrun.command["trigger_command"]) return print(trigger.match)