aboutsummaryrefslogtreecommitdiff
path: root/modules/pronouns.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pronouns.py')
-rw-r--r--modules/pronouns.py3
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):