revbot.js
    Preparing search index...

    Interface CreateChannelOptions

    interface CreateChannelOptions {
        description?: string;
        name: string;
        type?: "Text" | "Voice";
    }
    Index

    Properties

    description?: string
    name: string
    type?: "Text" | "Voice"