This commit is contained in:
deathbybandaid 2022-02-23 14:44:59 -05:00
parent 65b5e88701
commit f119651018

View File

@ -13,7 +13,7 @@ def commands_test(bot, trigger, comrun):
@prerun()
@plugin.command('testa')
def commands_test_a(bot, trigger):
def commands_test_a(bot, trigger, comrun):
bot.say("test a")