plugin
Jump to navigation
Jump to search
- plugin [help]
- Plugin information.
Command | Description |
---|---|
plugin | Display a list of currently loaded plugins. |
plugin help | Display plugin help. |
- plugin (load | reload | unload) (<filename> | all)
- <filename>
- - the plugin filename (the path may be relative to your main bot folder).
- Load/reload/unload plugins.
Command | Description |
---|---|
plugin load <filename> | Load a plugin file. |
plugin load all | Load all plugin files inside the plugins folder. |
plugin reload (<plugin>) | Reload a registered plugin. |
plugin reload all | Reload all registered plugin. |
plugin unload (<plugin>) | Unload a registered plugin. |
plugin unload all | Unload all registered plugin. |