This commit is contained in:
deathbybandaid 2022-02-23 15:03:00 -05:00
parent 34ccf2eac0
commit 3adf05b896

View File

@ -15,12 +15,14 @@ def commands_test(bot, trigger, comrun):
@plugin.command('testa')
def commands_test_a(bot, trigger, comrun):
bot.say("test a")
bot.say("%s" % trigger.raw)
@prerun()
@plugin.command('testb')
def commands_test_b(bot, trigger, comrun):
bot.say("test b")
bot.say("%s" % trigger.raw)
@plugin.command('testc')