diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index a4b996a..e005e1e 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -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))