mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add emoji and emote as aliases to emoji-image
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user