mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -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,
|
||||
url: urls[0]
|
||||
},
|
||||
footer: {}
|
||||
footer: {
|
||||
text: `powered by song.link • ${context.application.name}`
|
||||
}
|
||||
})
|
||||
], components: btns, flags: MessageFlags.EPHEMERAL })
|
||||
}catch(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue