Skip to content

Commit

Permalink
Update info-estado.js
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSobrino authored Apr 13, 2024
1 parent 063dc1b commit 21b49a5
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 @@ -88,7 +88,7 @@ const handler = async (m, { conn, usedPrefix }) => {
conn.sendMessage(m.chat, Message, { quoted: m });
};

handler.command = /^(ping|info|status|estado)$/i;
handler.command = /^(ping|info|status|estado|infobot)$/i;
export default handler;

function clockString(ms) {
Expand Down

0 comments on commit 21b49a5

Please sign in to comment.