From 2e463c480af563e9bdb8c217929dd5773caea100 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 3 Oct 2022 19:35:08 -0700 Subject: [PATCH] don't use client.error --- structures/LinesPoliceCadBot.js | 1 - 1 file changed, 1 deletion(-) diff --git a/structures/LinesPoliceCadBot.js b/structures/LinesPoliceCadBot.js index 4d0470f..f01969c 100644 --- a/structures/LinesPoliceCadBot.js +++ b/structures/LinesPoliceCadBot.js @@ -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)