Some updated links, move to current/next branches.

This commit is contained in:
Kyle Simpson
2020-11-13 17:55:36 +00:00
parent a778d24941
commit 09da85bfc3
3 changed files with 8 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ use tracing::{info, warn};
/// This makes use of [`TrackEvent`]s to determine when the current
/// song or audio file has finished before playing the next entry.
///
/// `examples/e16_voice_events` demonstrates how a user might manage,
/// `examples/serenity/voice_events_queue` demonstrates how a user might manage,
/// track and use this to run a song queue in many guilds in parallel.
/// This code is trivial to extend if extra functionality is needed.
///