diff --git a/src/types/events/presence.rs b/src/types/events/presence.rs index 0aef27e..c2d985e 100644 --- a/src/types/events/presence.rs +++ b/src/types/events/presence.rs @@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize}; /// Sent by the client to update its status and presence; /// See pub struct UpdatePresence { - /// unix time of when the client went idle, or none if client is not idle + /// Unix time of when the client went idle, or none if client is not idle. pub since: Option, /// the client's status (online, invisible, offline, dnd, idle..) pub status: UserStatus,