Fix birthday.py help text copypaste fail

This commit is contained in:
jesopo 2019-05-06 19:27:42 +01:00
parent c11afedba9
commit 3e3e39e054

View file

@ -33,11 +33,10 @@ def _apostrophe(nickname):
@utils.export("set", {"setting": "birthday", "help": "Set your birthday",
"validate": _check})
class Module(ModuleManager.BaseModule):
@utils.hook("received.command.birthday")
def birthday(self, event):
"""
:help: Get your, or someone else's, pronouns
:help: Get your, or someone else's, birthday
:usage: [nickname]
"""
target_user = event["user"]