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

    Interface RPCCommandMessage<Cmd>

    interface RPCCommandMessage<Cmd extends RPCCommands> {
        cmd: Cmd;
        nonce: string;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    cmd: Cmd
    nonce: string