test
This commit is contained in:
parent
6e5460eb58
commit
d215eff24e
@ -7,6 +7,12 @@ from sopel_SpiceBot_Core_1 import sb
|
||||
from sopel_SpiceBot_Core_Prerun import prerun_command
|
||||
|
||||
|
||||
@prerun_command()
|
||||
@plugin.command('test')
|
||||
def commands_test(bot, trigger):
|
||||
bot.say("%s" % trigger.raw)
|
||||
|
||||
|
||||
@prerun_command()
|
||||
@plugin.command('testa')
|
||||
def commands_test_a(bot, trigger):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user