Better clarify !updatebadge's <date> arg in usage (badges.py)
This commit is contained in:
parent
43361961bb
commit
6c38f2f637
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class Module(ModuleManager.BaseModule):
|
|||
def update_badge(self, event):
|
||||
"""
|
||||
:help: Change the date of a badge
|
||||
:usage: <badge> today|<date>
|
||||
:usage: <badge> today|<yyyy-mm-dd>
|
||||
"""
|
||||
badge = " ".join(event["args_split"][:-1])
|
||||
badge_lower = badge.lower()
|
||||
|
|
Loading…
Reference in a new issue