diff options
| author | 2019-05-23 10:28:14 +0100 | |
|---|---|---|
| committer | 2019-05-23 10:28:14 +0100 | |
| commit | cf29c371120929c53490d6017d5f43cf04f3cbc9 (patch) | |
| tree | fcdce0685aca7a7edb319b35589ecc4ce80edbd6 /modules/pronouns.py | |
| parent | `event.eat()` for command.regex hooks in github module (diff) | |
Add usage examples for all settings
Diffstat (limited to 'modules/pronouns.py')
| -rw-r--r-- | modules/pronouns.py | 3 |
1 files changed, 2 insertions, 1 deletions
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): |
