diff --git a/sopel_SpiceBot_Runtime_query_Commands/__init__.py b/sopel_SpiceBot_Runtime_query_Commands/__init__.py new file mode 100644 index 0000000..10dbaff --- /dev/null +++ b/sopel_SpiceBot_Runtime_query_Commands/__init__.py @@ -0,0 +1,10 @@ + + +def setup(bot, trigger, comrun): + return + """ + `bot.rules.register_command(Command('name', prefix=settings_prefix, plugin="your_plugin_id", ...))` + do a for loop and register commands with the query prefix set in the configuration + + unregister built-in commands + """