cocoa-discord - v3.2.0
    Preparing search index...

    Interface GetStatusFieldsOption

    interface GetStatusFieldsOption {
        botMemory?: string;
        botUptime?: string;
        inline?: boolean;
        runningOn?: string;
        systemMemory?: string;
        systemUptime?: string;
        temperature?: string;
    }
    Index

    Properties

    botMemory?: string
    botUptime?: string
    inline?: boolean
    runningOn?: string
    systemMemory?: string
    systemUptime?: string
    temperature?: string