From c4e18e3c9752af0b3659c0ff46831f437c8718f2 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 23 Feb 2022 11:46:16 -0500 Subject: [PATCH] tewst --- sopel_SpiceBot_Runtime_Commands/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")