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/pronouns.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/pronouns.py') diff --git a/modules/pronouns.py b/modules/pronouns.py index be6d5f06..4245c9c2 100644 --- a/modules/pronouns.py +++ b/modules/pronouns.py @@ -1,6 +1,7 @@ from src import ModuleManager, utils -@utils.export("set", {"setting": "pronouns", "help": "Set your pronouns"}) +@utils.export("set", {"setting": "pronouns", "help": "Set your pronouns", + "example": "she/her"}) class Module(ModuleManager.BaseModule): @utils.hook("received.command.pronouns") def pronouns(self, event): -- cgit v1.3.1-10-gc9f91