📄️ ODAction
This is an Open Ticket action implementation. It is a basic implementation of the `ODWorkerManager` used by all `ODAction` classes.
📄️ ODActionImplementation
This is an Open Ticket action implementation. It is a basic implementation of the `ODWorkerManager` used by all `ODAction` classes.
📄️ ODActionManager
This is an Open Ticket action manager. It contains all Open Ticket actions. You can compare actions with some sort of "procedure".
📄️ ODActionManager_Default
This is a special class that adds type definitions & typescript to the ODActionManager class. It doesn't add any extra features!
📄️ ODAction_Default
This is a special class that adds type definitions & typescript to the ODAction class. It doesn't add any extra features!
📄️ ODBasicStat
This is an Open Ticket basic statistic. This single statistic will store a number, boolean or string in the database.
📄️ ODBlacklist
This is an Open Ticket blacklisted user. This class contains the id of the user this class belongs to & an optional reason for being blacklisted.
📄️ ODBlacklistManager
This is an Open Ticket blacklist manager. This class manages all blacklisted users & their reason. Check if someone is blacklisted using their ID in the `exists()` method.
📄️ ODBuilderImplementation
This is an Open Ticket builder implementation. It is a basic implementation of the `ODWorkerManager` used by all `ODBuilder` classes.
📄️ ODBuilderManager
This is an Open Ticket builder manager. It contains all Open Ticket builders. You can find messages, embeds, files & dropdowns, buttons & modals all here!
📄️ ODBuilderManager_Default
This is a special class that adds type definitions & typescript to the ODBuilderManager class. It doesn't add any extra features!
📄️ ODButton
This is an Open Ticket button builder. With this class, you can create a button to use in a message.
📄️ ODButtonInstance
This is an Open Ticket button instance. It contains all properties & functions to build a button!
📄️ ODButtonManager
This is an Open Ticket button manager. It contains all Open Ticket button builders. Here, you can add your own buttons or edit existing ones!
📄️ ODButtonManager_Default
This is a special class that adds type definitions & typescript to the ODButtonManager class. It doesn't add any extra features!
📄️ ODButtonResponder
This is an Open Ticket button responder. This class manages all workers which are executed when the related button is triggered.
📄️ ODButtonResponderInstance
This is an Open Ticket button responder instance. An instance is an active button interaction. You can reply to the button using `reply()`.
📄️ ODButtonResponderManager
This is an Open Ticket button responder manager. It contains all Open Ticket button responders. These can respond to button interactions.
📄️ ODButtonResponderManager_Default
This is a special class that adds type definitions & typescript to the ODButtonResponderManager class. It doesn't add any extra features!
📄️ ODButtonResponder_Default
This is a special class that adds type definitions & typescript to the ODButtonResponder class. It doesn't add any extra features!
📄️ ODButton_Default
This is a special class that adds type definitions & typescript to the ODButton class. It doesn't add any extra features!
📄️ ODChecker
This is an Open Ticket config checker. It checks a specific config file for invalid/missing configurations. This data can then be used to show to the user what's wrong!
📄️ ODCheckerArrayStructure
This is an Open Ticket config checker structure. This class will check for an array variable in a config file, customise it in the settings!
📄️ ODCheckerBooleanStructure
This is an Open Ticket config checker structure. This class will check for a boolean variable in a config file, customise it in the settings!
📄️ ODCheckerCustomStructure_DiscordId
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerCustomStructure_DiscordIdArray
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerCustomStructure_DiscordToken
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerCustomStructure_EmojiString
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerCustomStructure_HexColor
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerCustomStructure_UniqueId
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerCustomStructure_UniqueIdArray
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerCustomStructure_UrlString
This is an Open Ticket custom checker structure. This class extends a primitive config checker & adds another layer of checking in the `custom` function.
📄️ ODCheckerEnabledObjectStructure
This is an Open Ticket config checker structure. This class will enable an object checker based on a variable match in the object, customise it in the settings!
📄️ ODCheckerFunction
This is an Open Ticket config checker function. It is a global function that will be executed after all config checkers. It can do additional checks for invalid/missing configurations.
📄️ ODCheckerFunctionManager
This is an Open Ticket config checker function manager. It manages all `ODCheckerFunction`'s and it has some extra shortcuts for frequently used methods.
📄️ ODCheckerFunctionManager_Default
This is a special class that adds type definitions & typescript to the ODCheckerFunctionManager class. It doesn't add any extra features!
📄️ ODCheckerManager
This is an Open Ticket checker manager. It manages all config checkers in the bot and allows plugins to access config checkers from Open Ticket & other plugins!
📄️ ODCheckerManager_Default
This is a special class that adds type definitions & typescript to the ODCheckerManager class. It doesn't add any extra features!
📄️ ODCheckerNullStructure
This is an Open Ticket config checker structure. This class will check for a null variable in a config file, customise it in the settings!
📄️ ODCheckerNumberStructure
This is an Open Ticket config checker structure. This class will check for a number variable in a config file, customise it in the settings!
📄️ ODCheckerObjectStructure
This is an Open Ticket config checker structure. This class will check for an object variable in a config file, customise it in the settings!
📄️ ODCheckerObjectSwitchStructure
This is an Open Ticket config checker structure. This class will switch object checkers based on a variable match in one of the objects, customise it in the settings!
📄️ ODCheckerRenderer
This is an Open Ticket checker renderer. It's responsible for rendering the config checker result in the console.
📄️ ODCheckerRenderer_Default
This is a special class that adds type definitions & features to the ODCheckerRenderer class. It contains the code that renders the default config checker.
📄️ ODCheckerStorage
This is an Open Ticket checker storage. It stores temporary data to share between config checkers!
📄️ ODCheckerStringStructure
This is an Open Ticket config checker structure. This class will check for a string variable in a config file, customise it in the settings!
📄️ ODCheckerStructure
This is an Open Ticket config checker structure. This class will check for a single variable in a config file, customise it in the settings!
📄️ ODCheckerTranslationRegister
This is an Open Ticket checker translation register. It's used to store & manage the translation for each message from the config checker!
📄️ ODCheckerTranslationRegister_Default
This is a special class that adds type definitions & typescript to the ODCheckerTranslationRegister class. It doesn't add any extra features!
📄️ ODCheckerTypeSwitchStructure
This is an Open Ticket config checker structure. This class will switch checkers based on the type of the variable in a config file, customise it in the settings!
📄️ ODClientActivityManager
This is an Open Ticket client activity manager. It's responsible for managing the client status. Here, you can set the activity & status of the bot.
📄️ ODClientManager
This is an Open Ticket client manager. It is responsible for managing the discord.js client. Here, you can set the status, register slash commands and much more!
📄️ ODClientManager_Default
This is a special class that adds type definitions & typescript to the ODClientManager class. It doesn't add any extra features!
📄️ ODCode
This is an Open Ticket code runner. Using this, you're able to execute a function just before the startup screen. (90% of the code is already loaded)
📄️ ODCodeManager
This is an Open Ticket code manager. It manages & executes `ODCode`'s in the correct order.
📄️ ODCodeManager_Default
This is a special class that adds type definitions & typescript to the ODCodeManager class. It doesn't add any extra features!
📄️ ODCommandResponder
This is an Open Ticket command responder. This class manages all workers which are executed when the related command is triggered.
📄️ ODCommandResponderInstance
This is an Open Ticket command responder instance. An instance is an active slash interaction or used text command. You can reply to the command using `reply()` for both slash & text commands.
📄️ ODCommandResponderInstanceOptions
This is an Open Ticket command responder instance options manager. This class will manage all options & subcommands from slash & text commands.
📄️ ODCommandResponderManager
This is an Open Ticket command responder manager. It contains all Open Ticket command responders. These can respond to text & slash commands.
📄️ ODCommandResponderManager_Default
This is a special class that adds type definitions & typescript to the ODCommandResponderManager class. It doesn't add any extra features!
📄️ ODCommandResponder_Default
This is a special class that adds type definitions & typescript to the ODCommandResponder class. It doesn't add any extra features!
📄️ ODConfig
This is an Open Ticket config helper. This class doesn't do anything at all, it just gives a template & basic methods for a config. Use `ODJsonConfig` instead!
📄️ ODConfigManager
This is an Open Ticket config manager. It manages all config files in the bot and allows plugins to access config files from Open Ticket & other plugins!
📄️ ODConfigManager_Default
This is a special class that adds type definitions & typescript to the ODConfigManager class. It doesn't add any extra features!
📄️ ODConsoleDebugMessage
This is an Open Ticket console debug message. It is the same as a normal `ODConsoleMessage`, but it has a predefined prefix & color scheme for the "DEBUG" messages!
📄️ ODConsoleErrorMessage
This is an Open Ticket console error message. It is the same as a normal `ODConsoleMessage`, but it has a predefined prefix & color scheme for the "ERROR" messages!
📄️ ODConsoleInfoMessage
This is an Open Ticket console info message. It is the same as a normal `ODConsoleMessage`, but it has a predefined prefix & color scheme for the "INFO" messages!
📄️ ODConsoleManager
This is the Open Ticket console manager. It handles the entire console system of Open Ticket. It's also the place where you need to log `ODConsoleMessage`'s.
📄️ ODConsoleMessage
This is an Open Ticket console message. It is used to create beautiful & styled logs in the console with a prefix, message & parameters.
📄️ ODConsolePluginMessage
This is an Open Ticket console plugin message. It is the same as a normal `ODConsoleMessage`, but it has a predefined prefix & color scheme for the "PLUGIN" messages!
📄️ ODConsoleSystemMessage
This is an Open Ticket console system message. It is the same as a normal `ODConsoleMessage`, but it has a predefined prefix & color scheme for the "SYSTEM" messages!
📄️ ODConsoleWarningMessage
This is an Open Ticket console warning message. It is the same as a normal `ODConsoleMessage`, but it has a predefined prefix & color scheme for the "WARNING" messages!
📄️ ODCooldown
This is an Open Ticket cooldown. It doesn't do anything on it's own, but it provides the methods that are used to interact with a cooldown.
📄️ ODCooldownData
This is Open Ticket cooldown data. It contains the instance of an active cooldown (e.g. for a user). It is handled by the cooldown itself.
📄️ ODCooldownManager
This is an Open Ticket cooldown manager. It is responsible for managing all cooldowns in Open Ticket. An example of this is the ticket creation cooldown.
📄️ ODCooldownManager_Default
This is a special class that adds type definitions & typescript to the ODCooldownManager class. It doesn't add any extra features!
📄️ ODCounterCooldown
This is an Open Ticket counter cooldown. It is is a cooldown based on a counter. When the number exceeds the limit, the cooldown is activated.
📄️ ODDatabase
This is an Open Ticket database template. This class doesn't do anything at all, it just gives a template & basic methods for a database. Use `ODJsonDatabase` instead!
📄️ ODDatabaseManager
This is an Open Ticket database manager. It manages all databases in the bot and allows to permanently store data from the bot!
📄️ ODDatabaseManager_Default
This is a special class that adds type definitions & typescript to the ODDatabaseManager class. It doesn't add any extra features!
📄️ ODDebugFileManager
This is the Open Ticket debug file manager. It manages the Open Ticket debug file (`otdebug.txt`) which keeps a history of all system logs.
📄️ ODDebugger
This is the Open Ticket debugger. It is a simple wrapper around the `ODConsoleManager` to handle debugging (primarily for `ODManagers`).
📄️ ODDefaultsManager
This is an Open Ticket defaults manager. It manages all settings in Open Ticket that are not meant to be in the config.
📄️ ODDropdown
This is an Open Ticket dropdown builder. With this class, you can create a dropdown to use in a message.
📄️ ODDropdownInstance
This is an Open Ticket dropdown instance. It contains all properties & functions to build a dropdown!
📄️ ODDropdownManager
This is an Open Ticket dropdown manager. It contains all Open Ticket dropdown builders. Here, you can add your own dropdowns or edit existing ones!
📄️ ODDropdownManager_Default
This is a special class that adds type definitions & typescript to the ODDropdownManager class. It doesn't add any extra features!
📄️ ODDropdownResponder
This is an Open Ticket dropdown responder. This class manages all workers which are executed when the related dropdown is triggered.
📄️ ODDropdownResponderInstance
This is an Open Ticket dropdown responder instance. An instance is an active dropdown interaction. You can reply to the dropdown using `reply()`.
📄️ ODDropdownResponderInstanceValues
This is an Open Ticket dropdown responder instance values manager. This class will manage all values from the dropdowns & select menus.
📄️ ODDropdownResponderManager
This is an Open Ticket dropdown responder manager. It contains all Open Ticket dropdown responders. These can respond to dropdown interactions.
📄️ ODDropdownResponderManager_Default
This is a special class that adds type definitions & typescript to the ODDropdownResponderManager class. It doesn't add any extra features!
📄️ ODDropdownResponder_Default
This is a special class that adds type definitions & typescript to the ODDropdownResponder class. It doesn't add any extra features!
📄️ ODDropdown_Default
This is a special class that adds type definitions & typescript to the ODDropdown class. It doesn't add any extra features!
📄️ ODDynamicStat
This is an Open Ticket dynamic statistic. A dynamic statistic does not store anything in the database! Instead, it will execute a function to return a custom result.
📄️ ODEmbed
This is an Open Ticket embed builder. With this class, you can create a embed to use in a message.
📄️ ODEmbedInstance
This is an Open Ticket embed instance. It contains all properties & functions to build an embed!
📄️ ODEmbedManager
This is an Open Ticket embed manager. It contains all Open Ticket embed builders. Here, you can add your own embeds or edit existing ones!
📄️ ODEmbedManager_Default
This is a special class that adds type definitions & typescript to the ODEmbedManager class. It doesn't add any extra features!
📄️ ODEmbed_Default
This is a special class that adds type definitions & typescript to the ODEmbed class. It doesn't add any extra features!
📄️ ODEnvHelper
This is a utility class that helps you with reading the ENV. It has support for the built-in `process.env` & `.env` file
📄️ ODError
This is an Open Ticket error. It is used to render and log Node.js errors & crashes in a styled way to the console & `otdebug.txt` file!
📄️ ODEvent
This is an Open Ticket event. This class is made to work with the `ODEventManager` to handle events.
📄️ ODEventManager
This is an Open Ticket event manager. This class is made to manage all events in the bot. You can compare it with the built-in node.js `EventEmitter`
📄️ ODEventManager_Default
This is a special class that adds type definitions & typescript to the ODEvent class. It doesn't add any extra features!
📄️ ODEvent_Default
This is a special class that adds type definitions & typescript to the ODEvent class. It doesn't add any extra features!
📄️ ODFile
This is an Open Ticket file builder. With this class, you can create a file to use in a message.
📄️ ODFileInstance
This is an Open Ticket file instance. It contains all properties & functions to build a file!
📄️ ODFileManager
This is an Open Ticket file manager. It contains all Open Ticket file builders. Here, you can add your own files or edit existing ones!
📄️ ODFileManager_Default
This is a special class that adds type definitions & typescript to the ODFileManager class. It doesn't add any extra features!
📄️ ODFile_Default
This is a special class that adds type definitions & typescript to the ODFile class. It doesn't add any extra features!
📄️ ODFlag
This is an Open Ticket flag. A flag is a boolean that can be specified by a parameter in the console.
📄️ ODFlagManager
This is an Open Ticket flag manager. This class is responsible for managing & initiating all flags of the bot.
📄️ ODFlagManager_Default
This is a special class that adds type definitions & typescript to the ODFlagManager class. It doesn't add any extra features!
📄️ ODFormattedJsonDatabase
This is an Open Ticket Formatted JSON database. It stores data in a `json` file as a large `Array` using the `category`, `key`, `value` strategy.
📄️ ODFormattedJsonDatabase_DefaultGlobal
This is a special class that adds type definitions & typescript to the ODFormattedJsonDatabase class. It doesn't add any extra features!
📄️ ODFormattedJsonDatabase_DefaultOptions
This is a special class that adds type definitions & typescript to the ODFormattedJsonDatabase class. It doesn't add any extra features!
📄️ ODFormattedJsonDatabase_DefaultTickets
This is a special class that adds type definitions & typescript to the ODFormattedJsonDatabase class. It doesn't add any extra features!
📄️ ODFormattedJsonDatabase_DefaultUsers
This is a special class that adds type definitions & typescript to the ODFormattedJsonDatabase class. It doesn't add any extra features!
📄️ ODHTTPGetRequest
This is a class that can help you with creating simple HTTP GET requests. It works using the native node.js fetch() method. You can configure all options in the constructor!
📄️ ODHTTPPostRequest
This is a class that can help you with creating simple HTTP POST requests. It works using the native node.js fetch() method. You can configure all options in the constructor!
📄️ ODHelpMenuCategory
This is an Open Ticket help menu category. Every category in the help menu is an embed field by default.
📄️ ODHelpMenuCategory_DefaultAdmin
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuCategory_DefaultAdvanced
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuCategory_DefaultExtra
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuCategory_DefaultGeneral
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuCategory_DefaultTicketAdvanced
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuCategory_DefaultTicketBasic
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuCategory_DefaultTicketUser
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuCommandComponent
This is an Open Ticket help menu command component. It contains a useful helper to render a command in the Open Ticket help menu.
📄️ ODHelpMenuComponent
This is an Open Ticket help menu component. It can render something on the Open Ticket help menu.
📄️ ODHelpMenuManager
This is an Open Ticket help menu manager. It is responsible for rendering the entire help menu content.
📄️ ODHelpMenuManager_Default
This is a special class that adds type definitions & typescript to the ODHelpMenuManager class. It doesn't add any extra features!
📄️ ODHelpMenuTextComponent
This is an Open Ticket help menu text component. It can render a static piece of text on the Open Ticket help menu.
📄️ ODId
This is an Open Ticket identifier. It can only contain the following characters: `a-z`, `A-Z`, `0-9`, `:`, `-` & `_`
📄️ ODIncrementalCounterCooldown
This is an Open Ticket incremental counter cooldown. It is is a cooldown based on an incremental counter. It is exactly the same as the normal counter,
📄️ ODIncrementalTimeoutCooldown
This is an Open Ticket incremental timeout cooldown. It is is a cooldown based on an incremental timer. It is exactly the same as the normal timer,
📄️ ODJsonConfig
This is an Open Ticket JSON config. You can use this class to get & edit variables from the config files or to create your own JSON config!
📄️ ODJsonConfig_DefaultGeneral
This is a special class that adds type definitions & typescript to the ODJsonConfig class. It doesn't add any extra features!
📄️ ODJsonConfig_DefaultOptions
This is a special class that adds type definitions & typescript to the ODJsonConfig class. It doesn't add any extra features!
📄️ ODJsonConfig_DefaultPanels
This is a special class that adds type definitions & typescript to the ODJsonConfig class. It doesn't add any extra features!
📄️ ODJsonConfig_DefaultQuestions
This is a special class that adds type definitions & typescript to the ODJsonConfig class. It doesn't add any extra features!
📄️ ODJsonConfig_DefaultTranscripts
This is a special class that adds type definitions & typescript to the ODJsonConfig class. It doesn't add any extra features!
📄️ ODJsonDatabase
This is an Open Ticket JSON database. It stores data in a `json` file as a large `Array` using the `category`, `key`, `value` strategy.
📄️ ODJsonLanguage
This is an Open Ticket JSON language file. It contains metadata and all translation strings from a certain JSON file (in `./languages/`).
📄️ ODLanguage
This is an Open Ticket language file. It contains metadata and all translation strings available in this language.
📄️ ODLanguageManager
This is an Open Ticket language manager. It manages all languages in the bot and manages translation for you!
📄️ ODLanguageManager_Default
This is a special class that adds type definitions & typescript to the ODLanguageManager class. It doesn't add any extra features!
📄️ ODLiveStatusFileSource
This is the Open Ticket livestatus file source. It is a LiveStatus source that will read the data from a local file.
📄️ ODLiveStatusManager
This is the Open Ticket livestatus manager. It manages all LiveStatus sources and has the renderer for all LiveStatus messages.
📄️ ODLiveStatusManager_Default
This is a special class that adds type definitions & typescript to the ODLiveStatusManager class. It doesn't add any extra features!
📄️ ODLiveStatusRenderer
This is the Open Ticket livestatus renderer. It's responsible for rendering all LiveStatus messages to the console.
📄️ ODLiveStatusSource
This is the Open Ticket livestatus source. It is an empty template for a livestatus source.
📄️ ODLiveStatusUrlSource
This is the Open Ticket livestatus url source. It is a LiveStatus source that will read the data from a http URL (json file).
📄️ ODMain
This is the main Open Ticket class. It contains all managers from the entire bot & has shortcuts to the event & logging system.
📄️ ODManager
This is an Open Ticket manager. It can be used to store & manage classes based on their `ODId`.
📄️ ODManagerChangeHelper
This is an Open Ticket manager change helper. It is used to let the "onChange" event in the `ODManager` class work.
📄️ ODManagerData
This is Open Ticket manager data. It provides a template for all classes that are used in the `ODManager`.
📄️ ODManagerRedirectHelper
This is Open Ticket ticket manager redirect helper. It is used to redirect a source to another source when the id isn't found.
📄️ ODManagerWithSafety
This is an Open Ticket safe manager. It functions exactly the same as a normal `ODManager`, but it has 1 function extra!
📄️ ODManualProgressBar
This is an Open Ticket manual console progress bar. It is used to create a simple manual progress bar in the console.
📄️ ODMessage
This is an Open Ticket message builder. With this class, you can create a message to send in a discord channel.
📄️ ODMessageInstance
This is an Open Ticket message instance. It contains all properties & functions to build a message!
📄️ ODMessageManager
This is an Open Ticket message manager. It contains all Open Ticket message builders. Here, you can add your own messages or edit existing ones!
📄️ ODMessageManager_Default
This is a special class that adds type definitions & typescript to the ODMessageManager class. It doesn't add any extra features!
📄️ ODMessage_Default
This is a special class that adds type definitions & typescript to the ODMessage class. It doesn't add any extra features!
📄️ ODModal
This is an Open Ticket modal builder. With this class, you can create a modal to use as response in interactions.
📄️ ODModalInstance
This is an Open Ticket modal instance. It contains all properties & functions to build a modal!
📄️ ODModalManager
This is an Open Ticket modal manager. It contains all Open Ticket modal builders. Here, you can add your own modals or edit existing ones!
📄️ ODModalManager_Default
This is a special class that adds type definitions & typescript to the ODModalManager class. It doesn't add any extra features!
📄️ ODModalResponder
This is an Open Ticket modal responder. This class manages all workers which are executed when the related modal is triggered.
📄️ ODModalResponderInstance
This is an Open Ticket modal responder instance. An instance is an active modal interaction. You can reply to the modal using `reply()`.
📄️ ODModalResponderInstanceValues
This is an Open Ticket modal responder instance values manager. This class will manage all fields from the modals.
📄️ ODModalResponderManager
This is an Open Ticket modal responder manager. It contains all Open Ticket modal responders. These can respond to modal interactions.
📄️ ODModalResponderManager_Default
This is a special class that adds type definitions & typescript to the ODModalResponderManager class. It doesn't add any extra features!
📄️ ODModalResponder_Default
This is a special class that adds type definitions & typescript to the ODModalResponder class. It doesn't add any extra features!
📄️ ODModal_Default
This is a special class that adds type definitions & typescript to the ODModal class. It doesn't add any extra features!
📄️ ODOption
This is an Open Ticket option. This class contains all data related to this option (parsed from the config).
📄️ ODOptionCounterDynamicSuffix
This is an Open Ticket counter-dynamic option suffix. This class can generate a counter-dynamic suffix for a discord channel name from a specific option.
📄️ ODOptionCounterFixedSuffix
This is an Open Ticket counter-fixed option suffix. This class can generate a counter-fixed suffix for a discord channel name from a specific option.
📄️ ODOptionData
This is Open Ticket option data. This class contains a single property for an option. (string, number, boolean, object, array, null)
📄️ ODOptionManager
This is an Open Ticket option manager. This class manages all registered options in the bot. This also includes temporary options generated from tickets where the original option got deleted.
📄️ ODOptionRandomHexSuffix
This is an Open Ticket random-hex option suffix. This class can generate a random-hex suffix for a discord channel name from a specific option.
📄️ ODOptionRandomNumberSuffix
This is an Open Ticket random-number option suffix. This class can generate a random-number suffix for a discord channel name from a specific option.
📄️ ODOptionSuffix
This is an Open Ticket option suffix. This class can generate a suffix for a discord channel name from a specific option.
📄️ ODOptionSuffixManager
This is an Open Ticket option suffix manager. This class manages all suffixes from option in the bot. The id of an option suffix is the same as the option id.
📄️ ODOptionUserIdSuffix
This is an Open Ticket user-id option suffix. This class can generate a user-id suffix for a discord channel name from a specific option.
📄️ ODOptionUserNameSuffix
This is an Open Ticket user-name option suffix. This class can generate a user-name suffix for a discord channel name from a specific option.
📄️ ODPanel
This is an Open Ticket panel. This class contains all data related to this panel (parsed from the config).
📄️ ODPanelData
This is Open Ticket panel data. This class contains a single property for a panel. (string, number, boolean, object, array, null)
📄️ ODPanelManager
This is an Open Ticket panel manager. This class manages all registered panels in the bot. Only panels which are available in this manager can be auto-updated.
📄️ ODParagraphQuestion
This is an Open Ticket paragraph question. This class contains all data related to an Open Ticket paragraph question (parsed from the config).
📄️ ODPermission
This is an Open Ticket permission. It defines a single permission level for a specific scope (global/channel & user/role)
📄️ ODPermissionManager
This is an Open Ticket permission manager. It manages all permissions in the bot!
📄️ ODPermissionManager_Default
This is a special class that adds type definitions & typescript to the ODPermissionManager class. It doesn't add any extra features!
📄️ ODPlugin
This is an Open Ticket plugin. It represents a single plugin in the `./plugins/` directory.
📄️ ODPluginClassManager
This is an Open Ticket plugin class manager. It manages all managers registered by plugins!
📄️ ODPluginClassManager_Default
This is a special class that adds type definitions & typescript to the ODPluginClassManager class. It doesn't add any extra features!
📄️ ODPluginError
A wrapper for the node.js `Error` class that makes the error look better in the console! This wrapper is made for Open Ticket plugin errors! **It can only be used by plugins!**
📄️ ODPluginManager
This is an Open Ticket plugin manager. It manages all active plugins in the bot!
📄️ ODPluginManager_Default
This is a special class that adds type definitions & typescript to the ODPluginManager class. It doesn't add any extra features!
📄️ ODPost
This is an Open Ticket post class. A post is just a shortcut to a static discord channel or category.
📄️ ODPostManager
This is an Open Ticket post manager. It manages `ODPosts`'s for you.
📄️ ODPostManager_Default
This is a special class that adds type definitions & typescript to the ODPostManager class. It doesn't add any extra features!
📄️ ODProgressBar
This is an Open Ticket console progress bar. It is used to create a simple or advanced progress bar in the console of the bot.
📄️ ODProgressBarManager
This is an Open Ticket progress bar manager. It is responsible for managing all console progress bars in Open Ticket. An example of this is the slash command registration progress bar.
📄️ ODProgressBarManager_Default
This is a special class that adds type definitions & typescript to the ODProgressBarManager class. It doesn't add any extra features!
📄️ ODProgressBarRenderer
This is an Open Ticket console progress bar renderer. It is used to render a progress bar in the console of the bot.
📄️ ODProgressBarRendererManager
This is an Open Ticket progress bar renderer manager. It is responsible for managing all console progress bar renderers in Open Ticket.
📄️ ODProgressBarRendererManager_Default
This is a special class that adds type definitions & typescript to the ODProgressBarRendererManager class. It doesn't add any extra features!
📄️ ODProgressBarRenderer_Default
This is an Open Ticket console progress bar renderer. It is used to render a progress bar in the console of the bot.
📄️ ODQuestion
This is an Open Ticket question. This class contains all data related to this question (parsed from the config).
📄️ ODQuestionData
This is Open Ticket question data. This class contains a single property for a question. (string, number, boolean, object, array, null)
📄️ ODQuestionManager
This is an Open Ticket question manager. This class manages all registered questions in the bot. Only questions which are available in this manager can be used in options.
📄️ ODResponderImplementation
This is an Open Ticket responder implementation. It is a basic implementation of the `ODWorkerManager` used by all `ODResponder` classes.
📄️ ODResponderManager
This is an Open Ticket responder manager. It contains all Open Ticket responders. Responders can respond to an interaction, button, dropdown, modal or command.
📄️ ODResponderManager_Default
This is a special class that adds type definitions & typescript to the ODResponderManager class. It doesn't add any extra features!
📄️ ODRole
This is an Open Ticket role. This class contains all data related to this role (parsed from the config).
📄️ ODRoleData
This is Open Ticket role data. This class contains a single property for a role. (string, number, boolean, object, array, null)
📄️ ODRoleManager
This is an Open Ticket role manager. This class manages all registered reaction roles in the bot.
📄️ ODRoleOption
This is an Open Ticket role option. This class contains all data related to an Open Ticket role option (parsed from the config).
📄️ ODSession
This is an Open Ticket session. It can be used to create 100% unique id's for usage in the bot. An id can also store additional data which isn't saved to the filesystem.
📄️ ODSessionManager
This is an Open Ticket session manager. It contains all sessions in Open Ticket. Sessions are a sort of temporary storage which will be cleared when the bot stops.
📄️ ODSessionManager_Default
This is a special class that adds type definitions & typescript to the ODSessionManager class. It doesn't add any extra features!
📄️ ODShortQuestion
This is an Open Ticket short question. This class contains all data related to an Open Ticket short question (parsed from the config).
📄️ ODSlashCommand
This is an Open Ticket slash command. When registered, you can listen for this command using the `ODCommandResponder`. The advantages of using this class for creating a slash command are:
📄️ ODSlashCommandComparator
(no description)
📄️ ODSlashCommandManager
This is an Open Ticket client slash manager. It's responsible for managing all the slash commands from the client.
📄️ ODSlashCommandManager_Default
This is a special class that adds type definitions & typescript to the ODSlashCommandManager class. It doesn't add any extra features!
📄️ ODStartScreenCategoryComponent
This is an Open Ticket startscreen category component. This component will render a category to the startscreen. This will only render the category name. You'll need to provide your own renderer for the contents.
📄️ ODStartScreenComponent
This is an Open Ticket startscreen component. This component can be rendered to the start screen of the bot.
📄️ ODStartScreenFlagsCategoryComponent
This is an Open Ticket startscreen flags category component. This component will render a flags category to the startscreen. This will list the enabled flags in the category.
📄️ ODStartScreenHeaderComponent
This is an Open Ticket startscreen header component. This component will render a header to the startscreen. Properties can be aligned left, right or centered.
📄️ ODStartScreenLiveStatusCategoryComponent
This is an Open Ticket startscreen livestatus category component. This component will render a livestatus category to the startscreen. This will list the livestatus messages in the category.
📄️ ODStartScreenLogCategoryComponent
This is an Open Ticket startscreen logs category component. This component will render a logs category to the startscreen. This will only render the logs category name.
📄️ ODStartScreenLogoComponent
This is an Open Ticket startscreen logo component. This component will render an ASCII art logo (from an array) to the startscreen. Every property in the array is another row.
📄️ ODStartScreenManager
This is an Open Ticket startscreen manager. This class is responsible for managing & rendering the startscreen of the bot.
📄️ ODStartScreenManager_Default
This is a special class that adds type definitions & typescript to the ODStartScreenManager class. It doesn't add any extra features!
📄️ ODStartScreenPluginsCategoryComponent
This is an Open Ticket startscreen plugins category component. This component will render a plugins category to the startscreen. This will list the enabled, disabled & crashed plugins in the category.
📄️ ODStartScreenPropertiesCategoryComponent
This is an Open Ticket startscreen properties category component. This component will render a properties category to the startscreen. This will list the properties in the category.
📄️ ODStat
This is an Open Ticket statistic. This single statistic doesn't do anything except defining the rules of this statistic.
📄️ ODStatGlobalScope
This is an Open Ticket stat global scope. A scope can contain multiple stats. Every scope is seperated from other scopes.
📄️ ODStatGlobalScope_DefaultGlobal
This is a special class that adds type definitions & typescript to the ODStatsManager class. It doesn't add any extra features!
📄️ ODStatGlobalScope_DefaultSystem
This is a special class that adds type definitions & typescript to the ODStatsManager class. It doesn't add any extra features!
📄 ️ ODStatScope
This is an Open Ticket stat scope. A scope can contain multiple stats. Every scope is seperated from other scopes.
📄️ ODStatScope_DefaultParticipants
This is a special class that adds type definitions & typescript to the ODStatsManager class. It doesn't add any extra features!
📄️ ODStatScope_DefaultTicket
This is a special class that adds type definitions & typescript to the ODStatsManager class. It doesn't add any extra features!
📄️ ODStatScope_DefaultUser
This is a special class that adds type definitions & typescript to the ODStatsManager class. It doesn't add any extra features!
📄️ ODStatsManager
This is an Open Ticket stats manager. This class is responsible for managing all stats of the bot.
📄️ ODStatsManager_Default
This is a special class that adds type definitions & typescript to the ODStatsManager class. It doesn't add any extra features!
📄️ ODSystemError
A wrapper for the node.js `Error` class that makes the error look better in the console! This wrapper is made for Open Ticket system errors! **It can only be used by Open Ticket itself!**
📄️ ODTextCommand
This is an Open Ticket text command. When registered, you can listen for this command using the `ODCommandResponder`. The advantages of using this class for creating a text command are:
📄️ ODTextCommandManager
This is an Open Ticket client text manager. It's responsible for managing all the text commands from the client.
📄️ ODTextCommandManager_Default
This is a special class that adds type definitions & typescript to the ODTextCommandManager class. It doesn't add any extra features!
📄️ ODTicket
This is an Open Ticket ticket. This class contains all data related to this ticket (parsed from the database).
📄️ ODTicketData
This is Open Ticket ticket data. This class contains a single property for a ticket. (string, number, boolean, object, array, null)
📄️ ODTicketManager
This is an Open Ticket ticket manager. This class manages all currently created tickets in the bot.
📄️ ODTicketOption
This is an Open Ticket ticket option. This class contains all data related to an Open Ticket ticket option (parsed from the config).
📄️ ODTimedProgressBar
This is an Open Ticket timed console progress bar. It is used to create a simple timed progress bar in the console.
📄️ ODTimeoutCooldown
This is an Open Ticket timeout cooldown. It is a cooldown based on a timer. When triggered/updated, the cooldown is activated for the set amount of time.
📄️ ODTranscriptCollector
This is an Open Ticket transcript collector. The only goal of this class is to collect & parse all messages from a ticket channel.
📄️ ODTranscriptCompiler
This is an Open Ticket transcript compiler. This class manages all functions to generate a transcript.
📄️ ODTranscriptManager
This is an Open Ticket transcript manager. This class manages all transcript generators in the bot.
📄️ ODTranscriptManager_Default
This is a special class that adds type definitions & typescript to the ODTranscriptManager class. It doesn't add any extra features!
📄️ ODVerifyBar
This is an Open Ticket verifybar. It is contains 2 sets of workers and a lot of utilities for the (✅ ❌) verifybars in the bot.
📄️ ODVerifyBarManager
This is an Open Ticket verifybar manager. It contains all (✅ ❌) verifybars in the bot.
📄️ ODVerifyBarManager_Default
This is a special class that adds type definitions & typescript to the ODVerifyBarManager class. It doesn't add any extra features!
📄️ ODVerifyBar_Default
This is a special class that adds type definitions & typescript to the ODVerifyBar class. It doesn't add any extra features!
📄️ ODVersion
This is an Open Ticket version. It has many features like comparing versions & checking if they are compatible.
📄️ ODVersionManager
A Open Ticket version manager. It is used to manage different `ODVersion`'s from the bot. You will use it to check which version of the bot is used.
📄️ ODVersionManager_Default
This is a special class that adds type definitions & typescript to the ODFlagManager class. It doesn't add any extra features!
📄️ ODVersionMigration
This class is used to manage data migration between Open Ticket versions. It shouldn't be used by plugins because this is an internal API feature!
📄️ ODWebsiteOption
This is an Open Ticket website option. This class contains all data related to an Open Ticket website option (parsed from the config).
📄️ ODWorker
This is an Open Ticket worker. You can compare it with a normal javascript callback, but slightly more advanced!
📄️ ODWorkerManager
This is an Open Ticket worker manager. It manages & executes `ODWorker`'s in the correct order.
📄️ ODWorkerManager_Default
This is a special class that adds type definitions & typescript to the ODWorkerManager class. It doesn't add any extra features!