oopscord.js
    Preparing search index...

    Type Alias ChannelSelectMenuOptions

    ChannelSelectMenuOptions: BaseSelectMenuOptions & {
        channelTypes?: ChannelType[];
        defaultChannels?: string[];
    }