We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a316c3b commit 03ac5cfCopy full SHA for 03ac5cf
src/model/guild/mod.rs
@@ -155,7 +155,7 @@ pub struct Guild {
155
#[serde(with = "emojis")]
156
pub emojis: HashMap<EmojiId, Emoji>,
157
/// The guild features. These are user-invisible options which are used for Discord rollouts
158
- /// and/or paid benefits. More information is available in [`discord's documentation`].
+ /// and/or paid benefits. More information is available at [`discord's documentation`].
159
///
160
/// [`discord's documentation`]: https://discord.com/developers/docs/resources/guild#guild-object-guild-features
161
pub features: Vec<String>,
0 commit comments