Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACTUALIZACION #333

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/info-instalarbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
4 changes: 2 additions & 2 deletions src/languages/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.*",
Expand Down
Loading