From 153f222e6f937dda6b9ccd8e1e7f39ea4fc0db36 Mon Sep 17 00:00:00 2001 From: Lea Date: Tue, 20 Jun 2023 16:50:28 +0200 Subject: [PATCH] Add strings for /remindme --- bot/en.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bot/en.json b/bot/en.json index 48e0042..c6aa766 100644 --- a/bot/en.json +++ b/bot/en.json @@ -56,6 +56,12 @@ "kick": { "user_kicked": "### User kicked\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**", "not_a_member": "The target (<@{{userid}}>) is not a member of this server." + }, + "remindme": { + "title": "Reminder", + "reminder_set": "#### Reminder set!\nYou will receive a direct message {{time}}. Make sure you always share at least one mutual server with AutoMod!", + "no_time": "#### You haven't provided a valid timestamp!\nExample: `{{prefix}}remindme 10m Take the pizza out of the oven`", + "message_too_long": "That reminder is too long! It can't exceed {{length}} characters." } }, "infractions": { @@ -79,6 +85,11 @@ "bot_cant_kick": "AutoMod does not have sufficient permission to kick the target user.", "bot_cant_ban": "AutoMod does not have sufficient permission to ban the target user." }, + "reminder": { + "title": "Here's your reminder!", + "body": "#### You asked me to remind you of the following {{timestamp}}:\n{{message}}", + "no_message": "*You didn't set a reminder message, click [here]({{url}}) to jump to context*" + }, "command_failed": { "title": "Command execution failed", "bug_report": "File a bug report",