const embed = new EmbedBuilder()
.setColor('#cc0000')
.setThumbnail(`${basePath}/icon.png`)
.setImage(`${basePath}/locations/${id.toLowerCase()}.png`);
const sentMessage = await channel
.send({
embeds: [embed],
})
.catch(console.log);
const embed = new EmbedBuilder()
.setColor('#cc0000')
.setThumbnail(`${basePath}/icon.png`)
.setImage(`${basePath}/locations/${id.toLowerCase()}.png`);
const sentMessage = await channel
.send({
embeds: [embed],
})
.catch(console.log);