Skip to content

Commit

Permalink
deploy: 3beb381
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowsink committed May 10, 2024
1 parent a8f1b53 commit ceaf3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion freemoji/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
const emoji = EmojiStore.getCustomEmojiById(lineItem.emoji.emojiId);
if (emoji.guildId !== SelectedGuildStore.getLastSelectedGuildId() || emoji.animated || isInDms()) {
extractedEmojis.push(
`${emoji.url.split("?")[0]}?size=${getEmoteSize()}`
`https://cdn.discordapp.com/emojis/${emoji.id}?size=${getEmoteSize()}`
);
continue;
}
Expand Down
2 changes: 1 addition & 1 deletion freemoji/plugin.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"name":"Freemojis Reloaded","description":"Send animated and nitro emojis for free","author":"Yellowsink","hash":"64d1befb34f00e44d8ee5464539656df"}
{"name":"Freemojis Reloaded","description":"Send animated and nitro emojis for free","author":"Yellowsink","hash":"1b7431a95cd17848c5b1bc51bd2cccca"}

0 comments on commit ceaf3fc

Please sign in to comment.