mistafried
mistafried
MIA🎶 Moonlink.js - Imagine a Music Application
Created by mistafried on 4/21/2024 in #help
Not finding soundcloud link using nodelink
Normal soundcloud searches work just fine but when you paste a link it shows these errors: Bot:
TypeError: Cannot read properties of undefined (reading '0')
TypeError: Cannot read properties of undefined (reading '0')
What the Bot is referring to:
const res = await client.moon.search({
query: `${request}`,
source: "soundcloud",
requester: message.author
});
//Other random code here...
//
player.queue.add(res.tracks[0]);
const res = await client.moon.search({
query: `${request}`,
source: "soundcloud",
requester: message.author
});
//Other random code here...
//
player.queue.add(res.tracks[0]);
NodeLink (Not really an error but this is what it shows) :
[loadTracks]: Loaded undefined from https.
[loadTracks]: Loaded undefined from https.
4 replies
MIA🎶 Moonlink.js - Imagine a Music Application
Created by mistafried on 4/8/2024 in #help
trackStart Event works 50% of the time
No description
34 replies