From fcc9ef9bb456aa3b4ea67104f2d67aa81a8d5569 Mon Sep 17 00:00:00 2001 From: Russilx Date: Wed, 18 Dec 2024 02:18:34 -0300 Subject: [PATCH] ACTUALIZACION --- plugins/info-instalarbot.js | 2 +- src/languages/es.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/info-instalarbot.js b/plugins/info-instalarbot.js index f5ff3740dc..9cd19ae8e0 100644 --- a/plugins/info-instalarbot.js +++ b/plugins/info-instalarbot.js @@ -35,5 +35,5 @@ const handler = async (m, {conn, usedPrefix}) => { 'headerType': 6}; conn.sendMessage(m.chat, buttonMessage, {quoted: m}); }; -handler.command = ['instalarbot', 'instalarbot']; +handler.command = []; export default handler; diff --git a/src/languages/es.json b/src/languages/es.json index c1d2ddc66c..773b19eafd 100644 --- a/src/languages/es.json +++ b/src/languages/es.json @@ -3849,8 +3849,8 @@ ] }, "participantsUpdate": { - "texto1": "👋 ¡Bienvenido/a!\n@user", - "texto2": "👋 ¡Hasta luego!\n@user", + "texto1": "👋 ¡BIENVENIDO LA CONCHA TUYA!\n@user", + "texto2": "👋 ¡CHAU HIJO DE RE MIL PUTA!\n@user", "texto3": "*[ ℹ️ ] @user Fue promovido a administrador.*", "texto4": "*[ ℹ️ ] @user Fue degradado de administrador.*", "texto5": "*[ ℹ️ ] La descripción del grupo ha sido modificada.*",