You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Using `Guild#getAudioManager()` will ***NOT*** work. This is because the audio manager makes **JDA** connect to the voice channel, and we want to send the even to LavaLink.
77
+
> Using `Guild#getAudioManager()` will ***NOT*** work. This is because the audio manager makes **JDA** connect to the voice channel, and we want to send the event to LavaLink.
78
78
> You can however use `Member#getVoiceState` perfectly fine, this is also how you get the voice channel that your bot is in.
79
+
>
80
+
> You can get the current voice channel of your bot by calling `Guild#getSelfMember()#getVoiceState()#getChannel`
0 commit comments