diff options
| author | 2019-05-06 19:27:42 +0100 | |
|---|---|---|
| committer | 2019-05-06 19:27:42 +0100 | |
| commit | 3e3e39e05414c35611bd8bfc69c142c4eeb070c2 (patch) | |
| tree | 85b88bbaeefc0efdf5a991f4ea6cf08cf054ca91 /modules/birthday.py | |
| parent | Add !serverunignore (diff) | |
| signature | ||
Fix birthday.py help text copypaste fail
Diffstat (limited to 'modules/birthday.py')
| -rw-r--r-- | modules/birthday.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/birthday.py b/modules/birthday.py index 24d7c4b9..124229aa 100644 --- a/modules/birthday.py +++ b/modules/birthday.py @@ -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"] |
