File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
64
64
/**
65
65
* Whether the channel is nsfw
66
66
*
67
- * Channel types: text, news
67
+ * Channel types: text, voice, news
68
68
*/
69
69
nsfw ?: boolean | null ;
70
70
/**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
96
96
/**
97
97
* ID of the new parent category for a channel
98
98
*
99
- * Channel types: text, news, voice
99
+ * Channel types: text, voice, news
100
100
*/
101
101
parent_id ?: Snowflake | null ;
102
102
/**
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
64
64
/**
65
65
* Whether the channel is nsfw
66
66
*
67
- * Channel types: text, news
67
+ * Channel types: text, voice, news
68
68
*/
69
69
nsfw ?: boolean | null ;
70
70
/**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
96
96
/**
97
97
* ID of the new parent category for a channel
98
98
*
99
- * Channel types: text, news, voice
99
+ * Channel types: text, voice, news
100
100
*/
101
101
parent_id ?: Snowflake | null ;
102
102
/**
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
64
64
/**
65
65
* Whether the channel is nsfw
66
66
*
67
- * Channel types: text, news
67
+ * Channel types: text, voice, news
68
68
*/
69
69
nsfw ?: boolean | null ;
70
70
/**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
96
96
/**
97
97
* ID of the new parent category for a channel
98
98
*
99
- * Channel types: text, news, voice
99
+ * Channel types: text, voice, news
100
100
*/
101
101
parent_id ?: Snowflake | null ;
102
102
/**
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
64
64
/**
65
65
* Whether the channel is nsfw
66
66
*
67
- * Channel types: text, news
67
+ * Channel types: text, voice, news
68
68
*/
69
69
nsfw ?: boolean | null ;
70
70
/**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
96
96
/**
97
97
* ID of the new parent category for a channel
98
98
*
99
- * Channel types: text, news, voice
99
+ * Channel types: text, voice, news
100
100
*/
101
101
parent_id ?: Snowflake | null ;
102
102
/**
You can’t perform that action at this time.
0 commit comments