mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-09 22:53:06 -04:00
[cmd](audio) i forgor
This commit is contained in:
parent
25baa7df4b
commit
7b6b984692
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ module.exports = {
|
|||
if(urls){
|
||||
try{
|
||||
let songlink = await superagent.get(`https://api.song.link/v1-alpha.1/links?url=${encodeURIComponent(urls[0])}`)
|
||||
console.log(songlink.body)
|
||||
let song = songlink.body.entitiesByUniqueId[songlink.body.entityUniqueId]
|
||||
|
||||
let btns = renderMusicButtons(songlink.body.linksByPlatform)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue