Skip to content

Commit

Permalink
Fix links to LavaPlayer in AudioManager (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
freya022 authored Nov 1, 2024
1 parent bf21a67 commit 122d083
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/java/net/dv8tion/jda/api/managers/AudioManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ default void setSpeakingMode(@Nonnull SpeakingMode... mode)
/**
* Sets the {@link net.dv8tion.jda.api.audio.AudioSendHandler}
* that the manager will use to provide audio data to an audio connection.
* <br>The handler provided here will persist between audio connection connect and disconnects.
* <br>The handler provided here will persist between audio connection connects and disconnects.
* Furthermore, you don't need to have an audio connection to set a handler.
* When JDA sets up a new audio connection it will use the handler provided here.
* When JDA sets up a new audio connection, it will use the handler provided here.
* <br>Setting this to null will remove the audio handler.
*
* <p>JDA recommends <a href="https://github.com/sedmelluq/lavaplayer" target="_blank">LavaPlayer</a>
* <p>JDA recommends <a href="https://github.com/lavalink-devs/lavaplayer" target="_blank">LavaPlayer</a>
* as an {@link net.dv8tion.jda.api.audio.AudioSendHandler AudioSendHandler}.
* It provides a <a href="https://github.com/sedmelluq/lavaplayer/tree/master/demo-jda" target="_blank">demo</a> targeted at JDA users.
* It provides a <a href="https://github.com/lavalink-devs/lavaplayer/tree/main/demo-jda" target="_blank">demo</a> targeted at JDA users.
*
* @param handler
* The {@link net.dv8tion.jda.api.audio.AudioSendHandler AudioSendHandler} used to provide audio data.
Expand Down

0 comments on commit 122d083

Please sign in to comment.