From 7e0a028d9d007c9d400aff9171b677d813e64155 Mon Sep 17 00:00:00 2001 From: Lea Date: Mon, 19 Jun 2023 12:23:26 +0200 Subject: [PATCH] add strings for /kick --- bot/en.json | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/bot/en.json b/bot/en.json index 1ff4a6e..48e0042 100644 --- a/bot/en.json +++ b/bot/en.json @@ -51,16 +51,20 @@ } }, "warn": { - "title": "Warn user", - "no_user_one": "The provided user could not be found", - "no_user_other": "The provided users could not be found", "user_warned": "### User warned\nInfraction ID: `{{id}}`\nUser: `{{user}}`\nReason: {{reason}}\nInfraction number: **{{count}}**" + }, + "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." } }, "infractions": { + "title_create": "Create infraction", "infraction_created": "Infraction created", "operation_completed": "Operation completed", - "too_many_users": "Too many users provided! Please provide no more than {{max}} users." + "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" }, "target_uncertain": { "title": "Confirm action", @@ -70,6 +74,11 @@ "confirmed": "Action confirmed!", "canceled": "Action cancelled." }, + "permissions": { + "target_higher_than_you": "The target user has a ranking equal to or higher than yours.", + "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." + }, "command_failed": { "title": "Command execution failed", "bug_report": "File a bug report",