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))