From 0b49c71e81bf6c5f0e93c79b0cee19072a06a018 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 15:35:37 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py index 8d99d4d..ff32308 100644 --- a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py @@ -9,4 +9,4 @@ from sopel_SpiceBot_Core_Prerun import prerun def rule_command(bot, trigger, comrun): bot.say("%s" % trigger.raw) bot.say("now") - bot.say(comrun.trigger_dict) + bot.say(str(comrun.trigger_dict))