Alteração no message_create
parent
b43e76938f
commit
10baa9de05
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue