mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-12 00:04:48 +02:00
Update custom emoji type
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = class EmojiImageCommand extends Command {
|
||||
{
|
||||
key: 'emoji',
|
||||
prompt: 'Which emoji would you like to get the image of?',
|
||||
type: 'emoji'
|
||||
type: 'custom-emoji'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
@@ -16,7 +16,7 @@ module.exports = class EmojiCommand extends Command {
|
||||
{
|
||||
key: 'emoji',
|
||||
prompt: 'Which emoji would you like to get information on?',
|
||||
type: 'emoji'
|
||||
type: 'custom-emoji'
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user