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
6464 /**
6565 * Whether the channel is nsfw
6666 *
67- * Channel types: text, news
67+ * Channel types: text, voice, news
6868 */
6969 nsfw ?: boolean | null ;
7070 /**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
9696 /**
9797 * ID of the new parent category for a channel
9898 *
99- * Channel types: text, news, voice
99+ * Channel types: text, voice, news
100100 */
101101 parent_id ?: Snowflake | null ;
102102 /**
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
6464 /**
6565 * Whether the channel is nsfw
6666 *
67- * Channel types: text, news
67+ * Channel types: text, voice, news
6868 */
6969 nsfw ?: boolean | null ;
7070 /**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
9696 /**
9797 * ID of the new parent category for a channel
9898 *
99- * Channel types: text, news, voice
99+ * Channel types: text, voice, news
100100 */
101101 parent_id ?: Snowflake | null ;
102102 /**
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
6464 /**
6565 * Whether the channel is nsfw
6666 *
67- * Channel types: text, news
67+ * Channel types: text, voice, news
6868 */
6969 nsfw ?: boolean | null ;
7070 /**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
9696 /**
9797 * ID of the new parent category for a channel
9898 *
99- * Channel types: text, news, voice
99+ * Channel types: text, voice, news
100100 */
101101 parent_id ?: Snowflake | null ;
102102 /**
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
6464 /**
6565 * Whether the channel is nsfw
6666 *
67- * Channel types: text, news
67+ * Channel types: text, voice, news
6868 */
6969 nsfw ?: boolean | null ;
7070 /**
@@ -96,7 +96,7 @@ export type RESTPatchAPIChannelJSONBody = AddUndefinedToPossiblyUndefinedPropert
9696 /**
9797 * ID of the new parent category for a channel
9898 *
99- * Channel types: text, news, voice
99+ * Channel types: text, voice, news
100100 */
101101 parent_id ?: Snowflake | null ;
102102 /**
You can’t perform that action at this time.
0 commit comments