Skip to content

Commit

Permalink
Update info-estado.js
Browse files Browse the repository at this point in the history
  • Loading branch information
GataNina-Li authored Jun 13, 2024
1 parent 63f7911 commit 78b1f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/info-estado.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ let estado = `╭━━━━[ *π™€π™Žπ™π˜Όπ˜Ώπ™Š | π™Žπ™π˜Όπ™π™
┃ღ *Usuario(s) Prohibido(s) | Prohibited Urs*
┃βž₯ ${Object.entries(global.db.data.users).filter(user => user[1].banned).length}
╰━━━━━━━━━━━━━━━━━━⬣`
conn.sendMessage(m.chat, { text: estado }, { quoted: fakeChannel })
await conn.reply(m.chat, estado, m, fakeChannel)
//await conn.sendButton(m.chat, estado, `π™‚π˜Όπ™π˜Ό π˜Ώπ™„π™Šπ™Ž - π˜Όπ™Žπ™„π™Žπ™π™€π™‰π˜Ύπ™„π˜Ό\n${asistencia}\n\n` + wm, pp, [
//['π™ˆπ™šπ™£π™ͺ́ π™˜π™€π™’π™₯π™‘π™šπ™©π™€ | 𝙁π™ͺ𝙑𝙑 π™ˆπ™šπ™£π™ͺ', '.allmenu'],
//['π™‘π™šπ™‘π™€π™˜π™žπ™™π™–π™™ | π™Žπ™₯π™šπ™šπ™™', '/ping'],
Expand Down

0 comments on commit 78b1f8c

Please sign in to comment.