how to put make the discord bot put an image? Node.js
can you help me put an image in this code?
const Discord = require('discord.js');
module.exports.run = async (client, message, args) => { message.channel.send('test'); 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
can you help me put an image in this code?
const Discord = require('discord.js');
module.exports.run = async (client, message, args) => {
message.channel.send('test');
console.log('test');
};