From 46bbadd71aa99bc657931971f9f5ad5659f0c17c Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 31 Aug 2021 21:17:27 -0400 Subject: refactoring and fixes --- src/commands/moderation/removeReactionEmoji.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moderation') 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: { -- cgit