Alteração no message_create
parent
b43e76938f
commit
10baa9de05
|
@ -313,8 +313,8 @@ async function read() {
|
||||||
client.on("message_create", async msg => {
|
client.on("message_create", async msg => {
|
||||||
|
|
||||||
|
|
||||||
if (msg.hasMedia && msg.fromMe)
|
// if (msg.hasMedia && msg.fromMe)
|
||||||
return
|
// return
|
||||||
|
|
||||||
await handleMessage(msg);
|
await handleMessage(msg);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue