This commit is contained in:
deathbybandaid 2022-02-22 15:45:13 -05:00
parent 50fdffa3b2
commit 0935383552

View File

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