mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-19 11:27:03 -04:00
sync embed design
This commit is contained in:
parent
da5aa6602c
commit
e0f1ae0dd0
1 changed files with 1 additions and 4 deletions
|
@ -47,14 +47,11 @@ module.exports = {
|
||||||
|
|
||||||
let btns = renderMusicButtons(songlink.body.linksByPlatform)
|
let btns = renderMusicButtons(songlink.body.linksByPlatform)
|
||||||
return editOrReply(context, {embeds:[
|
return editOrReply(context, {embeds:[
|
||||||
createEmbed("default", context, {
|
createEmbed("defaultNoFooter", context, {
|
||||||
author: {
|
author: {
|
||||||
name: `${song.title} by ${song.artistName}`.substr(0,1000),
|
name: `${song.title} by ${song.artistName}`.substr(0,1000),
|
||||||
iconUrl: song.thumbnailUrl,
|
iconUrl: song.thumbnailUrl,
|
||||||
url: urls[0]
|
url: urls[0]
|
||||||
},
|
|
||||||
footer: {
|
|
||||||
text: `powered by song.link • ${context.application.name}`
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
], components: btns })
|
], components: btns })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue