mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
add large placeholder sprite
This commit is contained in:
parent
6438e7b63f
commit
da5aa6602c
3 changed files with 10 additions and 5 deletions
|
@ -101,7 +101,7 @@ module.exports = {
|
|||
},
|
||||
description: newView.data.codes.map((c)=>pill(c)).join(' ') + "\n\n" + newView.data.metadata.description,
|
||||
image: {
|
||||
url: newIcon || STATIC_ASSETS.emoji_placeholder
|
||||
url: newIcon || STATIC_ASSETS.emoji_placeholder_large
|
||||
},
|
||||
footer: {
|
||||
iconUrl: STATICS.emojipedia,
|
||||
|
@ -148,7 +148,7 @@ module.exports = {
|
|||
currentView = createEmbed("default", context, {
|
||||
author: {
|
||||
// TODO: emoji_placeholder_small
|
||||
iconUrl: ico || STATIC_ASSETS.emoji_placeholder,
|
||||
iconUrl: ico || STATIC_ASSETS.emoji_placeholder_large,
|
||||
name: `${res.data.name} • Emoji ${res.data.metadata.version.emoji}`,
|
||||
url: res.data.link
|
||||
},
|
||||
|
|
|
@ -87,7 +87,7 @@ module.exports = {
|
|||
currentView = createEmbed("default", context, {
|
||||
author: {
|
||||
// TODO: emoji_placeholder_small
|
||||
iconUrl: newIcon || STATIC_ASSETS.emoji_placeholder,
|
||||
iconUrl: newIcon || STATIC_ASSETS.emoji_placeholder_large,
|
||||
name: `${newView.data.name} `,
|
||||
url: newView.data.link
|
||||
},
|
||||
|
@ -144,7 +144,7 @@ module.exports = {
|
|||
currentView = createEmbed("default", context, {
|
||||
author: {
|
||||
// TODO: emoji_placeholder_small
|
||||
iconUrl: ico || STATIC_ASSETS.emoji_placeholder,
|
||||
iconUrl: ico || STATIC_ASSETS.emoji_placeholder_large,
|
||||
name: `${res.data.name} `,
|
||||
url: res.data.link
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue