Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesycod committed Jan 19, 2025
1 parent a84eba5 commit 3908461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/model/guild/guild_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ impl GuildId {
}

/// Ban a [`User`] from the guild, deleting `dms` seconds worth of messages from them.
/// `dms` should be between 0 and 604800 (subject to change). To ban someone for X days, multiply
/// X by 86400.
/// `dms` should be between 0 and 604800 (subject to change). To ban someone for X days,
/// multiply X by 86400.
///
/// **Note**: Requires the [Ban Members] permission.
///
Expand Down

0 comments on commit 3908461

Please sign in to comment.