diff --git a/src/api/types.rs b/src/api/types.rs index cf0e0c4..456be43 100644 --- a/src/api/types.rs +++ b/src/api/types.rs @@ -740,7 +740,7 @@ pub struct PresenceUpdate { since: Option, activities: Vec, status: String, - afk: bool, + afk: Option, } impl WebSocketEvent for PresenceUpdate {}