Update custom emoji type

This commit is contained in:
Daniel Odendahl Jr
2018-12-22 14:14:30 +00:00
parent 0c2c4f8e5d
commit ff9dd5f486
3 changed files with 2 additions and 46 deletions
+1 -1
View File
@@ -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'
}
]
});
+1 -1
View File
@@ -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'
}
]
});