#sending image fromUrl error
2 messages · Page 1 of 1 (latest)
await client.sendMessage(message.from, media);
2 messages · Page 1 of 1 (latest)
i tried many ways to send message, even i have it working fine as module but idk why when i added it as command its failing in sending image:
basically i have index.js and commands.js, commands.js is saving the command list and i have to return message + image
await client.sendMessage(message.from, media);