Skip to main content

ODJsonConfig_DefaultStatusType interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

This interface is an object which has all properties for the status object in the general.json config!

View Source

References

    Properties


    enabled boolean boolean

    Is the status enabled?

    View Source


    status type api.ODClientActivityStatus

    The status of the bot (e.g. online, invisible, idle, do not disturb)

    View Source


    text string string

    The text for the status.

    View Source


    type type "playing"|"listening"|"watching"|"custom"

    The type of status (e.g. playing, listening, custom, ...)

    View Source