From cf29c371120929c53490d6017d5f43cf04f3cbc9 Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 23 May 2019 10:28:14 +0100 Subject: Add usage examples for all settings --- modules/bot_channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bot_channel.py') 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): -- cgit v1.3.1-10-gc9f91