K so, my purge command works fine but Im wondering
message.channel.bulkDelete(deleteCount); // Deletar messages som det ville
message.channel.send('Raderade ' + deleteCount + ' meddelanden')
message.channel.send({
embed: {
color: 3447003,
description: "Raderade ' + deleteCount + ' meddelanden'"
}
});
The first deleteCount works in normal message but not in the embed
Is this normal or is any way to make it work ?
message.channel.bulkDelete(deleteCount); // Deletar messages som det ville
message.channel.send('Raderade ' + deleteCount + ' meddelanden')
message.channel.send({
embed: {
color: 3447003,
description: "Raderade ' + deleteCount + ' meddelanden'"
}
});
The first deleteCount works in normal message but not in the embed
Is this normal or is any way to make it work ?
