Skip to content

Commit

Permalink
Fix link to Manage Guild permission
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed May 28, 2024
1 parent d51a9f4 commit 3699afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/guild/guild_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1437,7 +1437,7 @@ impl GuildId {
/// Returns [`Error::Http`] if the current user lacks permission.
///
/// [Kick Members]: Permissions::KICK_MEMBERS
/// [Manage Guild]: Permissions::KICK_MEMBERS
/// [Manage Guild]: Permissions::MANAGE_GUILD
#[inline]
pub async fn start_prune(self, http: impl AsRef<Http>, days: u8) -> Result<GuildPrune> {
http.as_ref().start_guild_prune(self, days, None).await
Expand Down

0 comments on commit 3699afc

Please sign in to comment.