Skip to content

Commit

Permalink
Update _antitoxic.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilsmac authored Nov 1, 2023
1 parent 2e26c4c commit d1b0e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/_antitoxic.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function before(m, {isAdmin, isBotAdmin, isOwner}) {

if (user.warn >= 5) {
user.warn = 0;
await m.reply(`*[❗] Hola @${m.sender.split`@`[0]}, superaste las 5 advertencias por lo que serás eliminado de este grupo por tu comportamiento.*`, false, {mentions: [m.sender]});
await m.reply(`*[❗] 𝐻𝑜𝑙𝑎 @${m.sender.split`@`[0]}, superaste las 5 advertencias por lo que serás eliminado de este grupo por tu comportamiento.*`, false, {mentions: [m.sender]});
user.banned = true;
await mconn.conn.groupParticipantsUpdate(m.chat, [m.sender], 'remove');
// await this.updateBlockStatus(m.sender, 'block')
Expand Down

0 comments on commit d1b0e6b

Please sign in to comment.