From 52c7470278b0c4940ef235cba0aaa67a494cdb88 Mon Sep 17 00:00:00 2001 From: Lea Date: Sun, 25 Jun 2023 11:25:51 +0200 Subject: [PATCH] Add strings for /timeout --- bot/en.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bot/en.json b/bot/en.json index 9233fb8..463ab6d 100644 --- a/bot/en.json +++ b/bot/en.json @@ -62,6 +62,15 @@ "ban": { "user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{expires}}\nInfraction number: **{{count}}**" }, + "timeout": { + "title": "Timeout", + "title_clear": "Clear timeout", + "prompt_clear_one": "This will clear the timeout for the selected user. Continue?", + "prompt_clear_other": "This will clear the timeout for the selected users. Continue?", + "no_permission": "I don't have permission to time out members!", + "cleared_timeout": "Timeout for `{{displayname}}` cleared!\nUser: {{username}} (`{{userid}}`)", + "user_timed_out": "### User timed out\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nDuration: {{expires}}\nInfraction number: **{{count}}**" + }, "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!",