test
This commit is contained in:
parent
6b4c5a940a
commit
41f4fb18c1
10
sopel_SpiceBot_Runtime_query_Commands/__init__.py
Normal file
10
sopel_SpiceBot_Runtime_query_Commands/__init__.py
Normal file
@ -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
|
||||
"""
|
||||
Loading…
Reference in New Issue
Block a user