test
This commit is contained in:
parent
344846674b
commit
183d8da24c
@ -10,7 +10,7 @@ from sopel_SpiceBot_Core_Prerun import prerun
|
||||
def pipea(bot, trigger, comrun):
|
||||
bot.say("%s" % trigger.raw)
|
||||
bot.say(str(comrun.trigger_dict))
|
||||
comrun.say = str(comrun.trigger_dict["trigger_str"])
|
||||
comrun.say = str(comrun.trigger_dict["trigger_str"]).lower()
|
||||
|
||||
|
||||
@prerun()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user