diff --git a/docs/types/USER.md b/docs/types/USER.md index 562014b..3abe0fb 100644 --- a/docs/types/USER.md +++ b/docs/types/USER.md @@ -64,7 +64,7 @@ Name | Type | Description ---- | ---- | ----------- `type` | `GameType`(enum) | Whether the user is just playing the game or streaming it. `name` | `str` | Name of the game -`url` | Stream URL. Only validated when `GameType` is `STREAMING`. +`url` | `str` | Stream URL. Only validated when `GameType` is `STREAMING`. ## Enums