Interface ChannelOptions

interface ChannelOptions {
    channel_types?: readonly number[];
    description: string;
    displayDescription?: string;
    displayName?: string;
    name: string;
    required?: boolean;
    serverLocalizedName?: string;
    type: Channel;
}

Hierarchy

  • BaseCommandOptions<Channel>
    • ChannelOptions

Properties

channel_types?: readonly number[]
description: string
displayDescription?: string
displayName?: string
name: string
required?: boolean
serverLocalizedName?: string
type: Channel