diff --git a/structures/LinesPoliceCadBot.js b/structures/LinesPoliceCadBot.js index adef1dd..094948d 100644 --- a/structures/LinesPoliceCadBot.js +++ b/structures/LinesPoliceCadBot.js @@ -160,7 +160,7 @@ class LinesPoliceCadBot extends Client { .setColor(this.config.EmbedColor) .setDescription(Error); - Channel.send(embed); + Channel.send({ embeds: [embed] }); } RegisterSlashCommands() {