ODVerifyBar class
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!
Properties
enabled
boolean ➜ boolean
When disabled, it will skip the verifybar and instantly fire the success
workers.
failure
class ➜ api.ODWorkerManager
All workers that will run when the verifybar is stopped.
inherited id
class ➜ api.ODId
The id of this data.
message
class ➜ api.ODMessage
The message that will be built wen activating this verifybar.
success
class ➜ api.ODWorkerManager
All workers that will run when the verifybar is accepted.
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.
inherited protected _change()
function ➜ void
Trigger an onChange()
event in the parent ODManager
of this class.
activate()
function ➜ Promise
Build the message and reply to a button with this verifybar.
View Parameters (1)
responder
: class ➜api.ODButtonResponderInstance
- Parameter Description Lorem Ipsum.
inherited changed()
function ➜ void
(❌ SYSTEM ONLY!!) Set the callback executed when a value inside this class changes.
Defaults
We're still working on this part of the documentation!
Examples
We're still working on this part of the documentation!