diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 86a6dfc..a4b996a 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -11,7 +11,7 @@ def commands_test(bot, trigger, comrun): bot.say("%s" % trigger.raw) -@prerun() +# @prerun() @plugin.command('testa') def commands_test_a(bot, trigger, comrun): bot.say("test a")