replugged

    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
    Index

    Properties

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