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}`); }