From f348eb211761b538aa0d44b056675feaa8795e07 Mon Sep 17 00:00:00 2001 From: Lea Date: Wed, 21 Jun 2023 15:55:57 +0200 Subject: [PATCH] Add strings for /ban --- bot/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot/en.json b/bot/en.json index 6896456..b7c55ea 100644 --- a/bot/en.json +++ b/bot/en.json @@ -57,6 +57,9 @@ "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." }, + "ban": { + "user_banned": "### User banned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nBan expiry: {{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!", @@ -71,7 +74,8 @@ "too_many_users": "Too many users provided! Please provide no more than {{max}} users.", "no_user_one": "The provided user could not be found", "no_user_other": "The provided users could not be found", - "death_threats": "I know where you live :3" + "death_threats": "I know where you live :3", + "permanent": "Permanent" }, "target_uncertain": { "title": "Confirm action",