Alteração no message_create

pull/21/head
adriano 2023-04-08 19:28:32 -03:00
parent b43e76938f
commit 10baa9de05
1 changed files with 2 additions and 2 deletions

View File

@ -313,8 +313,8 @@ async function read() {
client.on("message_create", async msg => {
if (msg.hasMedia && msg.fromMe)
return
// if (msg.hasMedia && msg.fromMe)
// return
await handleMessage(msg);