diff --git a/bot/util/handlers.js b/bot/util/handlers.js index 17245f9..5be6fc2 100644 --- a/bot/util/handlers.js +++ b/bot/util/handlers.js @@ -44,6 +44,7 @@ class CommandHandler { } }); }); + this.client.logger.info(`Loaded a total of ${this.client.commands.size} commands.`) } async unload (name, category) {