aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/model/guild/mod.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/model/guild/mod.rs b/src/model/guild/mod.rs
index 5c664f7..8270c94 100644
--- a/src/model/guild/mod.rs
+++ b/src/model/guild/mod.rs
@@ -33,9 +33,6 @@ use ::constants::LARGE_THRESHOLD;
#[derive(Clone, Debug, Deserialize)]
pub struct Ban {
/// The reason given for this ban.
- ///
- /// **Note**: Until the Audit Log feature is completed by Discord, this will
- /// always be `None`.
pub reason: Option<String>,
/// The user that was banned.
pub user: User,