# 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>.
# Functions
New creates a new instance of the help plugin.
# Interfaces
Provider is the interface a Plugin is expected to implement in order to provide help text.