Capitalise docs

Co-authored-by: SpecificProtagonist <specificprotagonist@posteo.org>
This commit is contained in:
kozabrada123 2023-07-29 16:04:08 +00:00 committed by GitHub
parent abcdd5e128
commit b4b9f87520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
/// Sent by the client to update its status and presence; /// Sent by the client to update its status and presence;
/// See <https://discord.com/developers/docs/topics/gateway-events#update-presence> /// See <https://discord.com/developers/docs/topics/gateway-events#update-presence>
pub struct UpdatePresence { 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<u128>, pub since: Option<u128>,
/// the client's status (online, invisible, offline, dnd, idle..) /// the client's status (online, invisible, offline, dnd, idle..)
pub status: UserStatus, pub status: UserStatus,