diff --git a/docs/resources/Voice.md b/docs/resources/Voice.md index b1c2c1fc85..f8c9083027 100644 --- a/docs/resources/Voice.md +++ b/docs/resources/Voice.md @@ -9,7 +9,7 @@ Used to represent a user's voice connection status. | Field | Type | Description | |-------|------|-------------| | guild_id? | snowflake | the guild id this voice state is for | -| channel_id | snowflake | the channel id this user is connected to | +| channel_id | ?snowflake | the channel id this user is connected to | | user_id | snowflake | the user id this voice state is for | | session_id | string | the session id for this voice state | | deaf | bool | whether this user is deafened by the server |