aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-31 21:17:27 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-08-31 21:17:27 -0400
commit46bbadd71aa99bc657931971f9f5ad5659f0c17c (patch)
treeb95c77578ca0f7d17405be5f89373de3f91af187 /src/commands/moderation
parentf850b708da87e56f2a1469b65560f8342e2c0f2b (diff)
downloadtanzanite-46bbadd71aa99bc657931971f9f5ad5659f0c17c.tar.gz
tanzanite-46bbadd71aa99bc657931971f9f5ad5659f0c17c.tar.bz2
tanzanite-46bbadd71aa99bc657931971f9f5ad5659f0c17c.zip
refactoring and fixes
Diffstat (limited to 'src/commands/moderation')
-rw-r--r--src/commands/moderation/removeReactionEmoji.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/removeReactionEmoji.ts b/src/commands/moderation/removeReactionEmoji.ts
index 34073e6..d4c0cb6 100644
--- a/src/commands/moderation/removeReactionEmoji.ts
+++ b/src/commands/moderation/removeReactionEmoji.ts
@@ -3,7 +3,7 @@ import { Emoji, Snowflake } from 'discord.js';
export default class RemoveReactionEmojiCommand extends BushCommand {
public constructor() {
- super('removereactionemoji', {
+ super('removeReactionEmoji', {
aliases: ['removereactionemoji', 'rre'],
category: 'moderation',
description: {