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/greeting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/greeting.py') diff --git a/modules/greeting.py b/modules/greeting.py index 2ac9660a..3e527606 100644 --- a/modules/greeting.py +++ b/modules/greeting.py @@ -1,7 +1,8 @@ from src import ModuleManager, utils @utils.export("channelset", {"setting": "greeting", - "help": "Set a greeting to send to users when they join"}) + "help": "Set a greeting to send to users when they join", + "example": "welcome to the channel!"}) class Module(ModuleManager.BaseModule): @utils.hook("received.join") def join(self, event): -- cgit v1.3.1-10-gc9f91