fix: type errors

This commit is contained in:
Skillz
2022-12-10 14:57:50 -06:00
parent a42f7d28fd
commit 5e1daed9ef

View File

@@ -2856,9 +2856,9 @@ export interface DiscordCreateGuild {
/** Explicit content filter level */
explicit_content_filter?: ExplicitContentFilterLevels
/** New guild roles (first role is the everyone role) */
roles?: Role[]
roles?: DiscordRole[]
/** New guild's channels */
channels?: Array<Partial<Channel>>
channels?: Array<Partial<DiscordChannel>>
/** Id for afk channel */
afk_channel_id?: string
/** Afk timeout in seconds */