This commit is contained in:
deathbybandaid 2022-02-22 15:35:37 -05:00
parent 8f7a5bfdbf
commit 0b49c71e81

View File

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