diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-31 21:17:27 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-08-31 21:17:27 -0400 |
commit | 46bbadd71aa99bc657931971f9f5ad5659f0c17c (patch) | |
tree | b95c77578ca0f7d17405be5f89373de3f91af187 /src/commands/moderation | |
parent | f850b708da87e56f2a1469b65560f8342e2c0f2b (diff) | |
download | tanzanite-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.ts | 2 |
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: { |