fix bot error message
This commit is contained in:
1 file changed
+1
-1
@@ -160,7 +160,7 @@ class LinesPoliceCadBot extends Client {
|
|||||||
.setColor(this.config.EmbedColor)
|
.setColor(this.config.EmbedColor)
|
||||||
.setDescription(Error);
|
.setDescription(Error);
|
||||||
|
|
||||||
Channel.send(embed);
|
Channel.send({ embeds: [embed] });
|
||||||
}
|
}
|
||||||
|
|
||||||
RegisterSlashCommands() {
|
RegisterSlashCommands() {
|
||||||
|
|||||||
Reference in new issue
Block a user