discord bot HELP

Status
This thread has been locked.

FelixDev

Typical Developer and Designer
Premium
Feedback score
9
Posts
1,113
Reactions
331
Resources
0
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
2624b51760e4a0e5a891a15cb4c66b0e.png

Is this normal or is any way to make it work ?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

FelixDev

Typical Developer and Designer
Premium
Feedback score
9
Posts
1,113
Reactions
331
Resources
0
Varför använder du först " och sen ' i description-fältet?
du, ja vet inte det funkar xD, håller på lära mig sorry :)
 
Status
This thread has been locked.
Top