Skip to content

Commit

Permalink
is this what you want
Browse files Browse the repository at this point in the history
missing return statement
  • Loading branch information
uncreativeCultist committed Jul 10, 2024
1 parent 5e052dc commit bd1c38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public Message getNowPlaying(JDA jda, boolean includeProgress)
}
}
else return null;
}
return}

public Message getNowPlaying(JDA jda)
{
Expand Down

0 comments on commit bd1c38c

Please sign in to comment.