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!
Methods
Properties
buttons
class ➜ api.ODButtonResponderManager
A manager for all button responders.
commands
class ➜ api.ODCommandResponderManager
A manager for all (text & slash) command responders.
dropdowns
class ➜ api.ODDropdownResponderManager
A manager for all dropdown/select menu responders.
modals
class ➜ api.ODModalResponderManager
A manager for all modal responders.
Methods
constructor()
function ➜ api.ODResponderManager
(no description)
View Parameters (2)
debug
: class ➜api.ODDebugger
- Parameter Description Lorem Ipsum.client
: class ➜api.ODClientManager
- 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!