diff --git a/sopel_SpiceBot_Runtime_Commands/__init__.py b/sopel_SpiceBot_Runtime_Commands/__init__.py index 3bc265f..b9981c4 100644 --- a/sopel_SpiceBot_Runtime_Commands/__init__.py +++ b/sopel_SpiceBot_Runtime_Commands/__init__.py @@ -11,6 +11,7 @@ def commands_test(bot, trigger, comrun): bot.say("%s" % trigger.raw) +"""{test: True}""" @prerun() @plugin.command('testa') def commands_test_a(bot, trigger, comrun):