aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/listeners/commands/slashStarted.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/listeners/commands/slashStarted.ts b/src/listeners/commands/slashStarted.ts
index 400920f..c2ece5e 100644
--- a/src/listeners/commands/slashStarted.ts
+++ b/src/listeners/commands/slashStarted.ts
@@ -42,5 +42,6 @@ export default class SlashStartedListener extends BushListener {
);
this.client.stats.commandsUsed = this.client.stats.commandsUsed + 1n;
+ this.client.stats.slashCommandsUsed = this.client.stats.slashCommandsUsed + 1n;
}
}