mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
always try to display the highest available sticker/emoji size
This commit is contained in:
parent
7982f25688
commit
02a91227d0
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ module.exports = {
|
|||
return editOrReply(context, createEmbed("default", context, {
|
||||
description: `${icon("sticker")} **${s.name}**`,
|
||||
image: {
|
||||
url: `https://media.discordapp.net/stickers/${s.id}.png`
|
||||
url: `https://media.discordapp.net/stickers/${s.id}.png?size=4096`
|
||||
}
|
||||
})
|
||||
)
|
||||
|
@ -78,7 +78,7 @@ module.exports = {
|
|||
return editOrReply(context, createEmbed("default", context, {
|
||||
description: `${icon("emoji")} **${matches[0].name}**`,
|
||||
image: {
|
||||
url: `https://cdn.discordapp.com/emojis/${matches[0].id}${form}`
|
||||
url: `https://cdn.discordapp.com/emojis/${matches[0].id}${form}?size=4096`
|
||||
}
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue