Skip to main content

ODResponderManager 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 responder manager.

It contains all Open Ticket responders. Responders can respond to an interaction, button, dropdown, modal or command.

Using the Open Ticket responder system has a few advantages compared to vanilla discord.js:

  • plugins can extend/edit replies
  • automatically reply on error
  • independent workers (with priority)
  • fail-safe design using try-catch
  • write code once => reply to both slash & text commands at the same time!
  • know where the request came from & parse options/subcommands & without errors!
  • And so much more!

View Source

Properties


buttons class api.ODButtonResponderManager

A manager for all button responders.

View Source


commands class api.ODCommandResponderManager

A manager for all (text & slash) command responders.

View Source


dropdowns class api.ODDropdownResponderManager

A manager for all dropdown/select menu responders.

View Source


modals class api.ODModalResponderManager

A manager for all modal responders.

View Source


Methods


constructor() function api.ODResponderManager

(no description)

View Parameters (2)

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!