mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-16 09:57:09 -04:00
songlink
This commit is contained in:
parent
cc5b3b9e29
commit
72376385ec
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ module.exports = {
|
||||||
iconUrl: song.thumbnailUrl,
|
iconUrl: song.thumbnailUrl,
|
||||||
url: urls[0]
|
url: urls[0]
|
||||||
},
|
},
|
||||||
footer: {}
|
footer: {
|
||||||
|
text: `powered by song.link • ${context.application.name}`
|
||||||
|
}
|
||||||
})
|
})
|
||||||
], components: btns, flags: MessageFlags.EPHEMERAL })
|
], components: btns, flags: MessageFlags.EPHEMERAL })
|
||||||
}catch(e){
|
}catch(e){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue