From 56bdecc8725c0504dc46850a8f68ccfe65e87e1f Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Mon, 3 Oct 2022 19:38:48 -0700 Subject: [PATCH] remove deprecated attribute --- structures/LinesPoliceCadBot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/LinesPoliceCadBot.js b/structures/LinesPoliceCadBot.js index f01969c..4f0254d 100644 --- a/structures/LinesPoliceCadBot.js +++ b/structures/LinesPoliceCadBot.js @@ -50,7 +50,7 @@ class LinesPoliceCadBot extends Client { }; let cmd = client.commands.get(command); try { - cmd.SlashCommand.run(this, interaction, args, { GuildDB }, start); // start is only used in ping / stats command + cmd.SlashCommand.run(this, interaction, args, { GuildDB }); } catch (err) { const embed = new EmbedBuilder() .setDescription(`**Internal Error:**\nUh Oh D: Its not you, its me.\nThis command has crashed\nContact the Developers`)