test
This commit is contained in:
parent
a4c1e113e0
commit
62b6532aba
@ -9,14 +9,14 @@ from sopel_SpiceBot_Core_Prerun import prerun
|
|||||||
@plugin.command('testoa')
|
@plugin.command('testoa')
|
||||||
def commands_output_a(bot, trigger, comrun):
|
def commands_output_a(bot, trigger, comrun):
|
||||||
comrun.say("this is test a")
|
comrun.say("this is test a")
|
||||||
comrun.say(str(comrun.trigger).lower())
|
comrun.say(str(comrun.command["trigger_str"]).lower())
|
||||||
|
|
||||||
|
|
||||||
@prerun()
|
@prerun()
|
||||||
@plugin.command('testob')
|
@plugin.command('testob')
|
||||||
def commands_output_b(bot, trigger, comrun):
|
def commands_output_b(bot, trigger, comrun):
|
||||||
comrun.say("this is test b")
|
comrun.say("this is test b")
|
||||||
comrun.say(str(comrun.trigger).upper())
|
comrun.say(str(comrun.command["trigger_str"]).upper())
|
||||||
|
|
||||||
|
|
||||||
@prerun()
|
@prerun()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user