mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -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)
|
||||
return editOrReply(context, {embeds:[
|
||||
createEmbed("default", context, {
|
||||
createEmbed("defaultNoFooter", context, {
|
||||
author: {
|
||||
name: `${song.title} by ${song.artistName}`.substr(0,1000),
|
||||
iconUrl: song.thumbnailUrl,
|
||||
url: urls[0]
|
||||
},
|
||||
footer: {
|
||||
text: `powered by song.link • ${context.application.name}`
|
||||
}
|
||||
})
|
||||
], components: btns })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue