JaBa/languages/en-US/general/remindme.json

10 lines
366 B
JSON
Raw Permalink Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "Creates a reminder",
2023-06-06 10:21:47 +05:00
"USAGE": "[time] [message]",
2023-06-06 22:48:46 +05:00
"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)",
2024-01-27 16:31:34 +05:00
"EMBED_SAVED": "Remind saved!",
"EMBED_TIME": "Reminder was set to",
"EMBED_TITLE": "Remind",
"EMBED_CREATED": "Created"
2023-06-06 10:21:47 +05:00
}