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!",