mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +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) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'emoji-image',
|
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',
|
group: 'info',
|
||||||
memberName: 'emoji-image',
|
memberName: 'emoji-image',
|
||||||
description: 'Responds with an emoji\'s full-scale image.',
|
description: 'Responds with an emoji\'s full-scale image.',
|
||||||
|
|||||||
Reference in New Issue
Block a user