mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-04 18:00:11 +00:00
fix(RESTPostAPIGuildsJSONBody): system_channel_flags is optional (#53)
This commit is contained in:
@@ -52,7 +52,7 @@ export interface RESTPostAPIGuildsJSONBody {
|
||||
afk_channel_id?: number | string;
|
||||
afk_timeout?: number;
|
||||
system_channel_id?: number | string;
|
||||
system_channel_flags: GuildSystemChannelFlags;
|
||||
system_channel_flags?: GuildSystemChannelFlags;
|
||||
}
|
||||
|
||||
export type RESTPostAPIGuildsResult = APIGuild;
|
||||
|
||||
Reference in New Issue
Block a user