mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 06:33:05 -04:00
add large placeholder sprite
This commit is contained in:
parent
6438e7b63f
commit
da5aa6602c
3 changed files with 10 additions and 5 deletions
|
@ -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