From 182818be404f1842e96fa5787d7be6ef63c42e9b Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Thu, 24 Feb 2022 16:14:00 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Runtime_Commands/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 7f0ad24..ba4b282 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -32,6 +32,7 @@ def commands_test_c(bot, trigger, comrun): bot.say("test c: %s" % trigger.raw) +@prerun() @plugin.command('fart box') def fart_box(bot, trigger, comrun): bot.say("fart box")