ODBuilderManager 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 builder manager.
It contains all Open Ticket builders. You can find messages, embeds, files & dropdowns, buttons & modals all here!
Using the Open Ticket builder system has a few advantages compared to vanilla discord.js:
- plugins can extend/edit messages
- automatically reply on error
- independent workers (with priority)
- fail-safe design using try-catch
- cache frequently used objects
- get to know the source of the build request for a specific message, button, etc
- And so much more!
Methods
Properties
buttons class ➜ api.ODButtonManager
The manager for all button builders
dropdowns class ➜ api.ODDropdownManager
The manager for all dropdown builders
embeds class ➜ api.ODEmbedManager
The manager for all embed builders
files class ➜ api.ODFileManager
The manager for all file/attachment builders
messages class ➜ api.ODMessageManager
The manager for all message builders
modals class ➜ api.ODModalManager
The manager for all modal builders
Methods
constructor() function ➜ api.ODBuilderManager
(no description)
View Parameters (1)
debug: class ➜api.ODDebugger- Parameter Description Lorem Ipsum.
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!