Fix birthday.py help text copypaste fail
This commit is contained in:
parent
c11afedba9
commit
3e3e39e054
1 changed files with 1 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue