aboutsummaryrefslogtreecommitdiff
path: root/src/listeners/commands
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-05-26 21:53:35 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-05-26 21:53:35 -0400
commitcd0f853a2e4732cea5356f9ee3603bb804b0ab1f (patch)
treeac2f6ced46dfae7ca376e4dbd957d99a341d86a9 /src/listeners/commands
parent0caccda67d97dd74405aa4ece5d3f07e7c7dfc66 (diff)
downloadtanzanite-cd0f853a2e4732cea5356f9ee3603bb804b0ab1f.tar.gz
tanzanite-cd0f853a2e4732cea5356f9ee3603bb804b0ab1f.tar.bz2
tanzanite-cd0f853a2e4732cea5356f9ee3603bb804b0ab1f.zip
made some more changes
Diffstat (limited to 'src/listeners/commands')
-rw-r--r--src/listeners/commands/commandBlockedListener.ts (renamed from src/listeners/commands/commandblocked.ts)0
-rw-r--r--src/listeners/commands/commandErrorListener.ts (renamed from src/listeners/commands/error.ts)0
-rw-r--r--src/listeners/commands/commandStartedListener.ts (renamed from src/listeners/commands/commandstarted.ts)0
-rw-r--r--src/listeners/commands/slashCommandErrorListener.ts (renamed from src/listeners/commands/slashError.ts)2
4 files changed, 1 insertions, 1 deletions
diff --git a/src/listeners/commands/commandblocked.ts b/src/listeners/commands/commandBlockedListener.ts
index dee1319..dee1319 100644
--- a/src/listeners/commands/commandblocked.ts
+++ b/src/listeners/commands/commandBlockedListener.ts
diff --git a/src/listeners/commands/error.ts b/src/listeners/commands/commandErrorListener.ts
index 518545a..518545a 100644
--- a/src/listeners/commands/error.ts
+++ b/src/listeners/commands/commandErrorListener.ts
diff --git a/src/listeners/commands/commandstarted.ts b/src/listeners/commands/commandStartedListener.ts
index d81ed59..d81ed59 100644
--- a/src/listeners/commands/commandstarted.ts
+++ b/src/listeners/commands/commandStartedListener.ts
diff --git a/src/listeners/commands/slashError.ts b/src/listeners/commands/slashCommandErrorListener.ts
index 3f2260d..a2b7bb7 100644
--- a/src/listeners/commands/slashError.ts
+++ b/src/listeners/commands/slashCommandErrorListener.ts
@@ -5,7 +5,7 @@ import { MessageEmbed } from 'discord.js';
import { TextChannel } from 'discord.js';
import { CommandInteraction } from 'discord.js';
-export default class CommandErrorListener extends BushListener {
+export default class SlashCommandErrorListener extends BushListener {
constructor() {
super('slashError', {
emitter: 'commandHandler',