Skip to content

Commit cd86d3e

Browse files
Fix javadoc error
1 parent fcade73 commit cd86d3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/technobot/listeners/MusicListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public boolean inChannel(@NotNull Member member) {
151151
*
152152
* @param event A slash command event.
153153
* @param url The track URL.
154-
* @param user The ID of the user that added this track.
154+
* @param userID The ID of the user that added this track.
155155
*/
156156
public void addTrack(SlashCommandInteractionEvent event, String url, String userID) {
157157
MusicHandler music = GuildData.get(event.getGuild()).musicHandler;

0 commit comments

Comments
 (0)