This commit is contained in:
deathbybandaid 2022-02-22 15:44:25 -05:00
parent 562f2048a0
commit 50fdffa3b2

View File

@ -11,3 +11,4 @@ def rule_command(bot, trigger, comrun):
bot.say("now") bot.say("now")
bot.say(str(comrun.trigger_dict)) bot.say(str(comrun.trigger_dict))
comrun.say = "nothing" comrun.say = "nothing"
bot.say(trigger.match)