fix bot error message

This commit is contained in:
SowinskiBraeden committed 2022-10-02 12:57:47 -07:00
1 parent c972d3610d
commit deb5f90654
1 file changed
+1 -1
+1 -1
View File
@@ -160,7 +160,7 @@ class LinesPoliceCadBot extends Client {
.setColor(this.config.EmbedColor)
.setDescription(Error);
Channel.send(embed);
Channel.send({ embeds: [embed] });
}
RegisterSlashCommands() {