don't use client.error

This commit is contained in:
SowinskiBraeden committed 2022-10-03 19:35:08 -07:00
1 parent 8a22560357
commit 2e463c480a
1 file changed
-1
-1
View File
@@ -52,7 +52,6 @@ class LinesPoliceCadBot extends Client {
try {
cmd.SlashCommand.run(this, interaction, args, { GuildDB }, start); // start is only used in ping / stats command
} catch (err) {
client.error(err)
const embed = new EmbedBuilder()
.setDescription(`**Internal Error:**\nUh Oh D: Its not you, its me.\nThis command has crashed\nContact the Developers`)
.setColor(client.config.Colors.Red)