From 74a562f19d5b17de0eca57c9c0b9193f6055739d Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Tue, 8 Nov 2022 14:29:40 +0100 Subject: [PATCH] fixed thumbs on the backend --- commands/message/utils/emoji.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/message/utils/emoji.js b/commands/message/utils/emoji.js index e58723c..3f1fe4b 100644 --- a/commands/message/utils/emoji.js +++ b/commands/message/utils/emoji.js @@ -97,14 +97,12 @@ module.exports = { } return await editOrReply(context, embed) } - - emojiUrl = emojipediaResult.data.vendor_images[args.type].replace('/thumbs/150/', '/source/') return editOrReply(context, {embeds:[ createEmbed("default", context, { description: `${emojipediaResult.data.emoji} • **${emojipediaResult.data.name}**`, image: { - url: emojiUrl + url: emojipediaResult.data.vendor_images[args.type] }, footer: { iconUrl: STATICS.emojipedia,