Skip to content

Commit 609f1da

Browse files
committed
Better messsage for errors
1 parent 76b6ec4 commit 609f1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/main/java/me/duncte123/skybot/audio/TrackScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public void onTrackException(Track track, TrackException exception) {
270270

271271
this.messageDebouncer.accept("Something went wrong while playing track with identifier `" +
272272
info.getIdentifier()
273-
+ "`, please contact the devs if this happens a lot.\n" +
273+
+ "`\nIf this happens often try another link or join our [discord server](https://duncte.bot/server) to get help!\n" +
274274
"Details: " + finalCause);
275275
}
276276

0 commit comments

Comments
 (0)