From 53a4bf2f84842662288830d5e0d791357f1cb7b7 Mon Sep 17 00:00:00 2001 From: Zastinian Date: Fri, 29 Nov 2024 22:45:13 -0600 Subject: [PATCH] feat: Added private lang --- src/lang/en/bot.json | 5 +++++ src/lang/es/bot.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/src/lang/en/bot.json b/src/lang/en/bot.json index ae85fea..fe8cbc9 100644 --- a/src/lang/en/bot.json +++ b/src/lang/en/bot.json @@ -55,6 +55,11 @@ "errorLength": "❌ | The prefix must have a maximum length of 6", "correct": "✔️ | The prefix was changed correctly the new prefix is: {custom}" }, + "private": { + "noPrivate": "❌ | You have not specified if you want to disable or enable private chats", + "errorExisting": "❌ | The specified status does not exist, the existing statuses are: {custom}", + "correct": "✔️ | The status has been changed correctly now the new status is: {custom}" + }, "antiLinks": { "enabled": "✔️ | The anti-links system has been activated.", "disabled": "✔️ | The anti-links system has been deactivated.", diff --git a/src/lang/es/bot.json b/src/lang/es/bot.json index 517df86..c9f11bd 100644 --- a/src/lang/es/bot.json +++ b/src/lang/es/bot.json @@ -55,6 +55,11 @@ "errorLength": "❌ | El prefix debe tener una longitud máxima de 6", "correct": "✔️ | El prefix se ha cambiado correctamente el nuevo prefix es: {custom}" }, + "private": { + "noPrivate": "❌ | No has especificado si deseas desactivar o activar los chats privados", + "errorExisting": "❌ | El estado especificado no existe, los estados existentes son: {custom}", + "correct": "✔️ | El estado ha sido cambiado correctamente ahora el nuevo estado es: {custom}" + }, "antiLinks": { "enabled": "✔️ | El sistema de anti-links ha sido activado.", "disabled": "✔️ | El sistema de anti-links ha sido desactivado.",