This commit is contained in:
deathbybandaid 2022-02-12 10:47:30 -05:00
parent 3e157493ae
commit e500538592

View File

@ -62,3 +62,10 @@ def commands_test_b(bot, trigger):
bot.say("test b") bot.say("test b")
bot.say("test b: %s" % trigger.raw) bot.say("test b: %s" % trigger.raw)
@plugin.command('testc')
def commands_test_c(bot, trigger):
bot.say("test c")
bot.say("test c: %s" % trigger.raw)