Use sendTyping for all commands

This commit is contained in:
Dragon Fire
2024-08-11 17:57:59 -04:00
parent 6139fccfb5
commit b8666207d1
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -71,6 +71,7 @@ module.exports = class CommandClient extends Client {
}
if (!this.dispatcher.isCommand(msg)) return;
await msg.channel.sendTyping();
const parsed = await this.dispatcher.parseMessage(msg);
if (parsed.error) {
const helpUsage = this.registry.commands.get('help').usage(parsed.command.name);