Skip to main content

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!

View Source

Properties


buttons class api.ODButtonManager

The manager for all button builders

View Source


dropdowns class api.ODDropdownManager

The manager for all dropdown builders

View Source


embeds class api.ODEmbedManager

The manager for all embed builders

View Source


files class api.ODFileManager

The manager for all file/attachment builders

View Source


messages class api.ODMessageManager

The manager for all message builders

View Source


modals class api.ODModalManager

The manager for all modal builders

View Source


Methods


constructor() function api.ODBuilderManager

(no description)

View Parameters (1)
  • debug: class api.ODDebugger - 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!