log how many commands are loaded

This commit is contained in:
Emily 2020-10-09 17:03:08 +11:00
parent a536ea0b3e
commit d7fa1515e9
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class CommandHandler {
}
});
});
this.client.logger.info(`Loaded a total of ${this.client.commands.size} commands.`)
}
async unload (name, category) {