From 5fd1325a1bb321c2c480431aafbd998fcad08f71 Mon Sep 17 00:00:00 2001 From: kry008 Date: Thu, 23 May 2024 19:38:41 +0200 Subject: [PATCH] for debugging --- deploy-commands.js | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy-commands.js b/deploy-commands.js index 9832474..4fad4c5 100644 --- a/deploy-commands.js +++ b/deploy-commands.js @@ -27,6 +27,7 @@ for (const file of commandFiles) { }; commands.push(slashCommand); } + console.log(`Loaded command ${command.name}`); }