11 lines
287 B
Python
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
|
|
"""
|