diff options
| author | 2019-05-23 10:28:14 +0100 | |
|---|---|---|
| committer | 2019-05-23 10:28:14 +0100 | |
| commit | cf29c371120929c53490d6017d5f43cf04f3cbc9 (patch) | |
| tree | fcdce0685aca7a7edb319b35589ecc4ce80edbd6 /modules/bot_channel.py | |
| parent | `event.eat()` for command.regex hooks in github module (diff) | |
| signature | ||
Add usage examples for all settings
Diffstat (limited to 'modules/bot_channel.py')
| -rw-r--r-- | modules/bot_channel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bot_channel.py b/modules/bot_channel.py index a15f37ff..4daeb645 100644 --- a/modules/bot_channel.py +++ b/modules/bot_channel.py @@ -1,7 +1,7 @@ from src import ModuleManager, utils @utils.export("serverset", {"setting": "bot-channel", - "help": "Set main channel"}) + "help": "Set main channel", "example": "#bitbot"}) class Module(ModuleManager.BaseModule): @utils.hook("received.001") def do_join(self, event): |
