ComicallyBad
MIA🎶 Moonlink.js - Imagine a Music Application
•Created by ComicallyBad on 11/21/2024 in #help
Switching from another client, having some issues
First issue:
- Moonlink is connecting to Lavalink, however, the
nodeCreate
event never triggers. Not sure why this is, I tried switching to Moonlink once before and had the same issue before.
Second issue:
- I'm unable to get the bot to join the VC. This isn't a permissions/intents/partials issue. I've ran into this before, it's usually related to the client.on("raw")
event. The track loads, the trackStart
event is triggered, and the player has the correct guild & voice channel ID's. If I had to guess, this may be connected to the nodeCreate
event not triggering?
Some questions:
- Can player volume be set in createPlayer
or player.connect
?
- With the last client I used, I could attach options to the player. For example: player.options.message = message
, can I use the player.data
in this same way? It seems fine so far, not sure if that'll conflict with anything later.
- For track requester I'd prefer to pass a Guild#Member, not just an ID. Fetching members constantly isn't ideal imo. So, is there any way to add that to the track object like I'm doing with player.data
?17 replies