Skip to content

Commit

Permalink
activities cannot be null
Browse files Browse the repository at this point in the history
  • Loading branch information
night committed Apr 9, 2021
1 parent 9293f0d commit 5bf598b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/Gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Sent by the client to indicate a presence or status update.
| Field | Type | Description |
|------------|--------------------------------------------------------------------|---------------------------------------------------------------------------------------------|
| since | ?integer | unix time (in milliseconds) of when the client went idle, or null if the client is not idle |
| activities | ?array of [activity](#DOCS_TOPICS_GATEWAY/activity-object) objects | null, or the user's activities |
| activities | ?array of [activity](#DOCS_TOPICS_GATEWAY/activity-object) objects | the user's activities |
| status | string | the user's new [status](#DOCS_TOPICS_GATEWAY/update-status-status-types) |
| afk | boolean | whether or not the client is afk |

Expand Down

0 comments on commit 5bf598b

Please sign in to comment.