if(!lookup.size){returnmessage.channel.send("I tried to find some emojis that matched that name, but couldn't find anything. Maybe you didn't give an emoji to begin with?");}
letemotes=Array.from(lookup.values());
if(lookup.size>20){
@ -119,4 +119,4 @@ module.exports = {
returnmessage.channel.send("There was an error getting info for that emoji. You may not have given a valid emoji, or the ID you gave doesn't lead to a real emoji.");