# README
botopolis/help
Output about your botopolis commands.
Usage
See example_test.go for usage details.
In order to show what commands your plugin implements, simply implement the
help.Provider
interface (Help() []help.Text
). help.Plugin
lists the help text for all
installed plugins.
Example output
user: @bot help
bot:
help - Displays all the help commands that this bot knows about.
help <query> - Displays all help commands that match <query>.