mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
14 lines
No EOL
537 B
JSON
14 lines
No EOL
537 B
JSON
{
|
|
"DESCRIPTION": "Sets your date of birth",
|
|
"USAGE": "[day] [month] [year]",
|
|
"EXAMPLES": "birthdate day:17 month:03 year:2000",
|
|
"DAY": "Day",
|
|
"MONTH": "Month",
|
|
"YEAR": "Year",
|
|
"INVALID_DATE": "Invalid date provided",
|
|
"DATE_TOO_LOW": "Are you over 80 years old? :eyes:",
|
|
"DATE_TOO_HIGH": "Hmm... You haven't been born yet",
|
|
"HAPPY_BIRTHDAY": "Happy Birthday",
|
|
"HAPPY_BIRTHDAY_MESSAGE": "Happy birthday to {{name}} (<@{{user}}>)! Today, they have turned {{age}}!",
|
|
"SUCCESS": "Your date of birth has been set to **{{date}}**"
|
|
} |