mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
9 lines
No EOL
381 B
JSON
9 lines
No EOL
381 B
JSON
{
|
|
"DESCRIPTION": "Creates a reminder",
|
|
"USAGE": "[time] [message]",
|
|
"EXAMPLES": "remindme time:12h message:Use the command 'work'\nremindme time:5m message:Get the chicken from the freezer!",
|
|
"TIME": "Time (e.g., 10s, 5m, 2h, 1d, 3w)",
|
|
"SAVED": "Reminder `{{message}}` saved for **{{time}}**",
|
|
"TITLE": "Reminder from JaBa",
|
|
"CREATED": "Reminder created for: **{{time}}**"
|
|
} |