SpiceBot/sopel_SpiceBot_Runtime_query_Commands/__init__.py
deathbybandaid 41f4fb18c1 test
2022-05-13 08:09:57 -04:00

11 lines
287 B
Python

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