Skip to content

Commit

Permalink
fix(RESTPatchAPIChannelJSONBody): add missing bitrate field (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele committed Dec 25, 2020
1 parent dccdfe0 commit 15892ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v8/rest/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export interface RESTPatchAPIChannelJSONBody {
topic?: string | null;
nsfw?: boolean | null;
rate_limit_per_user?: number | null;
bitrate?: number | null;
user_limit?: number | null;
permission_overwrites?: APIOverwrite[] | null;
parent_id?: string | null;
Expand Down

0 comments on commit 15892ec

Please sign in to comment.