Skip to main content

ODVerifyBar 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 verifybar.

It is contains 2 sets of workers and a lot of utilities for the (✅ ❌) verifybars in the bot.

It doesn't contain the code which activates or spawns the verifybars!

View Source

Properties


enabled boolean boolean

When disabled, it will skip the verifybar and instantly fire the success workers.

View Source


failure class api.ODWorkerManager

All workers that will run when the verifybar is stopped.

View Source


inherited id class api.ODId

The id of this data.

View Source


message class api.ODMessage

The message that will be built wen activating this verifybar.

View Source


success class api.ODWorkerManager

All workers that will run when the verifybar is accepted.

View Source


Methods


constructor() function api.ODVerifyBar

(no description)

View Parameters (3)
  • id: type api.ODValidId - Parameter Description Lorem Ipsum.
  • message: class api.ODMessage - Parameter Description Lorem Ipsum.
  • enabled: boolean boolean - Parameter Description Lorem Ipsum.

View Source


inherited protected _change() function void

Trigger an onChange() event in the parent ODManager of this class.

View Source


activate() function Promise

Build the message and reply to a button with this verifybar.

View Parameters (1)

View Source


inherited changed() function void

(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.

View Parameters (1)
  • callback: type null|(() => void) - Parameter Description Lorem Ipsum.

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!