From 849814de86a6ccecad8924879d1e673f4d198bed Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 08:03:28 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 9177687..c3364ff 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -29,7 +29,7 @@ def prerun(rulematch=False): # so we will now redispatch to help get the correct function passed trigger_command = sb.commands.get_command_from_trigger(trigger) if trigger_command != commands[0]["trigger_command"]: - bot.say("command changes - dispatching %s %s" % (trigger_dict["trigger_command"], trigger_dict["trigger_str"])) + bot.say("command changes - dispatching %s %s" % (commands[0]["trigger_command"], commands[0]["trigger_str"])) sb.commands.dispatch(commands[0]) return