log how many commands are loaded
This commit is contained in:
parent
a536ea0b3e
commit
d7fa1515e9
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class CommandHandler {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
this.client.logger.info(`Loaded a total of ${this.client.commands.size} commands.`)
|
||||||
}
|
}
|
||||||
|
|
||||||
async unload (name, category) {
|
async unload (name, category) {
|
||||||
|
|
Loading…
Reference in a new issue