Document intents for Songbird (#1061)
This commit is contained in:
@@ -14,6 +14,9 @@ The library offers:
|
|||||||
handling, seeking on compatible streams, shared multithreaded audio stream caches,
|
handling, seeking on compatible streams, shared multithreaded audio stream caches,
|
||||||
and direct Opus data passthrough from DCA files.
|
and direct Opus data passthrough from DCA files.
|
||||||
|
|
||||||
|
## Intents
|
||||||
|
Songbird's gateway functionality requires you to specify the `GUILD_VOICE_STATES` intent.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
Full examples showing various types of functionality and integrations can be found as part of [serenity's examples], and in [this crate's examples directory].
|
Full examples showing various types of functionality and integrations can be found as part of [serenity's examples], and in [this crate's examples directory].
|
||||||
|
|
||||||
|
|||||||
@@ -17,6 +17,9 @@
|
|||||||
//! handling, seeking on compatible streams, shared multithreaded audio stream caches,
|
//! handling, seeking on compatible streams, shared multithreaded audio stream caches,
|
||||||
//! and direct Opus data passthrough from DCA files.
|
//! and direct Opus data passthrough from DCA files.
|
||||||
//!
|
//!
|
||||||
|
//! ## Intents
|
||||||
|
//! Songbird's gateway functionality requires you to specify the `GUILD_VOICE_STATES` intent.
|
||||||
|
//!
|
||||||
//! ## Examples
|
//! ## Examples
|
||||||
//! Full examples showing various types of functionality and integrations can be found as part of [serenity's examples],
|
//! Full examples showing various types of functionality and integrations can be found as part of [serenity's examples],
|
||||||
//! and in [this crate's examples directory].
|
//! and in [this crate's examples directory].
|
||||||
|
|||||||
Reference in New Issue
Block a user