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/birthday.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/birthday.py') diff --git a/modules/birthday.py b/modules/birthday.py index 124229aa..be5ca4d3 100644 --- a/modules/birthday.py +++ b/modules/birthday.py @@ -31,7 +31,7 @@ def _apostrophe(nickname): return "%s's" % nickname @utils.export("set", {"setting": "birthday", "help": "Set your birthday", - "validate": _check}) + "validate": _check, "example": "1995-09-15"}) class Module(ModuleManager.BaseModule): @utils.hook("received.command.birthday") def birthday(self, event): -- cgit v1.3.1-10-gc9f91