diff options
Diffstat (limited to 'modules/pronouns.py')
| -rw-r--r-- | modules/pronouns.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pronouns.py b/modules/pronouns.py index e0d9b2c1..f800dad5 100644 --- a/modules/pronouns.py +++ b/modules/pronouns.py @@ -3,8 +3,8 @@ from src import ModuleManager, utils -@utils.export("set", {"setting": "pronouns", "help": "Set your pronouns", - "example": "she/her"}) +@utils.export("set", utils.Setting("pronouns", "Set your pronouns", + example="she/her")) class Module(ModuleManager.BaseModule): @utils.hook("received.command.pronouns") def pronouns(self, event): |
