aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-24 21:26:20 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-24 21:26:20 -0400
commite546d99d33baea51db1a286c265a29b55d375fec (patch)
tree9da1ce22cb330a9910c3224fefe243acf510e089 /src
parent2191852e1399dbd3a3e612c48b519ca7f41e4164 (diff)
downloadtanzanite-e546d99d33baea51db1a286c265a29b55d375fec.tar.gz
tanzanite-e546d99d33baea51db1a286c265a29b55d375fec.tar.bz2
tanzanite-e546d99d33baea51db1a286c265a29b55d375fec.zip
fix slashCommandsUsed
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;
}
}