mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
fixed thumbs on the backend
This commit is contained in:
parent
9c10da4193
commit
74a562f19d
1 changed files with 1 additions and 3 deletions
|
@ -97,14 +97,12 @@ module.exports = {
|
||||||
}
|
}
|
||||||
return await editOrReply(context, embed)
|
return await editOrReply(context, embed)
|
||||||
}
|
}
|
||||||
|
|
||||||
emojiUrl = emojipediaResult.data.vendor_images[args.type].replace('/thumbs/150/', '/source/')
|
|
||||||
|
|
||||||
return editOrReply(context, {embeds:[
|
return editOrReply(context, {embeds:[
|
||||||
createEmbed("default", context, {
|
createEmbed("default", context, {
|
||||||
description: `${emojipediaResult.data.emoji} • **${emojipediaResult.data.name}**`,
|
description: `${emojipediaResult.data.emoji} • **${emojipediaResult.data.name}**`,
|
||||||
image: {
|
image: {
|
||||||
url: emojiUrl
|
url: emojipediaResult.data.vendor_images[args.type]
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
iconUrl: STATICS.emojipedia,
|
iconUrl: STATICS.emojipedia,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue