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")