diff --git a/typings/index.d.ts b/typings/index.d.ts index 81409da77508..dc600d75a47f 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -3101,8 +3101,8 @@ export type ApplicationCommandData = export interface ApplicationCommandChannelOptionData extends BaseApplicationCommandOptionsData { type: CommandOptionChannelResolvableType; - channelTypes?: (keyof typeof ChannelTypes | ChannelTypes)[]; - channel_types?: ChannelTypes[]; + channelTypes?: Exclude[]; + channel_types?: Exclude[]; } export interface ApplicationCommandChannelOption extends BaseApplicationCommandOptionsData {