This commit is contained in:
deathbybandaid 2022-02-12 11:44:14 -05:00
parent 6e5460eb58
commit d215eff24e

View File

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