This commit is contained in:
deathbybandaid 2022-02-22 14:07:31 -05:00
parent 344846674b
commit 183d8da24c

View File

@ -10,7 +10,7 @@ from sopel_SpiceBot_Core_Prerun import prerun
def pipea(bot, trigger, comrun): def pipea(bot, trigger, comrun):
bot.say("%s" % trigger.raw) bot.say("%s" % trigger.raw)
bot.say(str(comrun.trigger_dict)) bot.say(str(comrun.trigger_dict))
comrun.say = str(comrun.trigger_dict["trigger_str"]) comrun.say = str(comrun.trigger_dict["trigger_str"]).lower()
@prerun() @prerun()