mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
clean up some todos, add favicon helper
This commit is contained in:
parent
22e9b463a2
commit
7153c3ddaa
13 changed files with 32 additions and 31 deletions
|
@ -88,8 +88,7 @@ module.exports = {
|
|||
|
||||
currentView = createEmbed("default", context, {
|
||||
author: {
|
||||
// TODO: emoji_placeholder_small
|
||||
iconUrl: newIcon || STATIC_ASSETS.emoji_placeholder_large,
|
||||
iconUrl: newIcon || STATIC_ASSETS.emoji_placeholder,
|
||||
name: `${newView.data.name} `,
|
||||
url: newView.data.link
|
||||
},
|
||||
|
@ -145,8 +144,7 @@ module.exports = {
|
|||
|
||||
currentView = createEmbed("default", context, {
|
||||
author: {
|
||||
// TODO: emoji_placeholder_small
|
||||
iconUrl: ico || STATIC_ASSETS.emoji_placeholder_large,
|
||||
iconUrl: ico || STATIC_ASSETS.emoji_placeholder,
|
||||
name: `${res.data.name} `,
|
||||
url: res.data.link
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue