Skip to content

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
madeyoga committed Nov 13, 2020
1 parent 6273361 commit 11661d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void playlistLoaded(AudioPlaylist playlist) {
}

if (channel != null) {
String errorMessage = ":negative_squared_cross_mark: | cannot load song with duration longer than 15 minutes";
String errorMessage = ":negative_squared_cross_mark: | cannot load song with duration longer than 1 hour";
channel.sendMessage(errorMessage).queue();
}
}
Expand Down

0 comments on commit 11661d5

Please sign in to comment.