Skip to main content

ODClientActivityManager class

under construction

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

Overview

This is an Open Ticket client activity manager.

It's responsible for managing the client status. Here, you can set the activity & status of the bot.

It also has a built-in refresh function, so the status will refresh every 10 minutes to keep it visible.

View Source

Properties


initiated boolean boolean

Is the status already initiated?

View Source


optional interval type @types/node.Timeout

The timer responsible for refreshing the status. Stop it using clearInterval(interval)

View Source


manager class api.ODClientManager

Copy of discord.js client

View Source


refreshInterval number number

status refresh interval in seconds (5 minutes by default)

View Source


status type api.ODClientActivityStatus

The current status status

View Source


text string string

The current status text

View Source


type type api.ODClientActivityType

The current status type

View Source


Methods


constructor() function api.ODClientActivityManager

(no description)

View Parameters (2)

View Source


getStatusType() function ""|"listening "|"playing "|"watching "

Get the status type (for displaying the status)

View Source


initStatus() function boolean

When initiating the status, the bot starts updating the status using discord.js. Returns true when successfull.

View Source


setStatus() function void

Update the status. When already initiated, it can take up to 10min to see the updated status in discord.

View Parameters (4)

View Source


Defaults

under construction

We're still working on this part of the documentation!

Examples

under construction

We're still working on this part of the documentation!