const attachment = new AttachmentBuilder(canvas.toBuffer(), 'lb.png');
const embed = new EmbedBuilder()
.setTitle('Leaderboard')
.setImage("attachment://lb.png")
client.channels.cache.get('1155152229842550854').send({ embeds: [embed], files: [attachment]})
const attachment = new AttachmentBuilder(canvas.toBuffer(), 'lb.png');
const embed = new EmbedBuilder()
.setTitle('Leaderboard')
.setImage("attachment://lb.png")
client.channels.cache.get('1155152229842550854').send({ embeds: [embed], files: [attachment]})