diff --git a/src/ws/inbound.rs b/src/ws/inbound.rs index c213d70..4e7d2f2 100644 --- a/src/ws/inbound.rs +++ b/src/ws/inbound.rs @@ -26,8 +26,8 @@ pub enum InboundMessage { Pong, /// Used to change the client's current presence status. UpdatePresence { - /// The new status of the client, if any. - status: Option, + /// The new status of the client. + status: PresenceStatus, /// The new custom status of the client, if any. custom_status: Option, },