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
|
@ -98,13 +98,11 @@ 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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue