Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit 7baf366

Browse files
author
Marv Cool
committed
adds class docstring to PluginManager
1 parent 26eb445 commit 7baf366

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/plugin_manager_plugin/plugin_manager_plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
class PluginManagerPlugin(SimpleCommandPlugin):
7+
""" Provides a simple chat interface to the PluginManager"""
78
name = "plugin_manager"
89
commands = ["list_plugins", "enable_plugin", "disable_plugin", "help"]
910
auto_activate = True

0 commit comments

Comments
 (0)