Docs: Fix module docs for songbird::tracks.
Module docs mistakenly used the old doc-link format, so removing `create_player` never fired an error! These have also been partially rewritten to explain the role of `Track` and `TrackHandle`. Includes some other misc fixes to links, mention of `TrackHandle::action` for metadata handling, etc. Closes #140.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! Compatability and convenience methods for working with [serenity].
|
||||
//! Compatibility and convenience methods for working with [serenity].
|
||||
//! Requires the `"serenity"` feature.
|
||||
//!
|
||||
//! [serenity]: https://crates.io/crates/serenity/0.9.0-rc.2
|
||||
//! [serenity]: https://crates.io/crates/serenity
|
||||
|
||||
use crate::{Config, Songbird};
|
||||
use serenity::{
|
||||
|
||||
Reference in New Issue
Block a user