Discord.https - v3.0.16
    Preparing search index...

    Interface ClientOptions

    interface ClientOptions {
        debug?: boolean;
        httpAdapter: HttpAdapter;
        publicKey: string;
        token: string;
    }
    Index

    Properties

    debug?: boolean
    httpAdapter: HttpAdapter
    publicKey: string
    token: string