how to put make the discord bot put an image? Node.js
const Discord = require('discord.js'); module.exports.run = async (client, message, args) => { message.channel.send('test', { files: ['https://link-to.some/image.png'] }); console.log('test'); };
how to put make the discord bot put an image? Node.js
how to put make the discord bot put an image? Node.js