This commit is contained in:
deathbybandaid 2022-02-23 11:46:55 -05:00
parent c4e18e3c97
commit 19f49ea5a7

View File

@ -11,9 +11,8 @@ def commands_test(bot, trigger, comrun):
bot.say("%s" % trigger.raw)
# @prerun()
@plugin.command('testa')
def commands_test_a(bot, trigger, comrun):
def commands_test_a(bot, trigger):
bot.say("test a")
bot.say(str(trigger.tags))