Add emoji and emote as aliases to emoji-image

This commit is contained in:
Dragon Fire
2024-04-19 00:58:59 -04:00
parent ba5c15e000
commit 75cf4d6180
+1 -1
View File
@@ -8,7 +8,7 @@ module.exports = class EmojiImageCommand extends Command {
constructor(client) {
super(client, {
name: 'emoji-image',
aliases: ['big-emoji', 'emote-image', 'big-emote', 'emoji-img', 'emote-img'],
aliases: ['big-emoji', 'emote-image', 'big-emote', 'emoji-img', 'emote-img', 'emoji', 'emote'],
group: 'info',
memberName: 'emoji-image',
description: 'Responds with an emoji\'s full-scale image.',