From 0935383552332993c7cc7feb9a9fe442bd664ee9 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 22 Feb 2022 15:45:13 -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 844cdba..31b2bc8 100644 --- a/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Unmatched_Commands/__init__.py @@ -11,4 +11,4 @@ def rule_command(bot, trigger, comrun): bot.say("now") bot.say(str(comrun.trigger_dict)) comrun.say = "nothing" - bot.say(trigger.match) + bot.say(str(trigger.match))