From 3cfba5ee35fdca0893def6dc3811896b54a2ee3a Mon Sep 17 00:00:00 2001 From: Taken Date: Thu, 16 Nov 2023 00:43:31 +0100 Subject: [PATCH] updating dev deploy Signed-off-by: Taken --- scripts/dev-deploy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dev-deploy.js b/scripts/dev-deploy.js index 5cdc4d1..06d2224 100644 --- a/scripts/dev-deploy.js +++ b/scripts/dev-deploy.js @@ -11,7 +11,6 @@ const commands = []; const commandFiles = [ "../commands/config.js", "../commands/setup.js", - "../commands/guild.js" ] // Grab the SlashCommandBuilder#toJSON() output of each command's data for deployment