Skip to main content

ODJsonConfig_DefaultSystem interface

under construction

We are still working the API Reference! This page might be incomplete or doesn't contain all details!

Overview

All settings related to the ticket system.

View Source

Properties


disableVerifyBars boolean boolean

Disable the (✅❌) buttons and directly run the action.

View Source


emojiStyle type "disabled"|"before"|"after"|"double"

The emoji style used in the bot. This will affect all embeds, titles & messages in the bot.

View Source


enableDeleteWithoutTranscript boolean boolean

Enable/disable the delete without transcript feature (button & /delete command).

View Source


enableTicketActionWithReason boolean boolean

Enable/disable the "with reason" button for all actions in the ticket message.

View Source


enableTicketClaimButtons boolean boolean

Enable/disable the ticket claim & unclaim button in the ticket message.

View Source


enableTicketCloseButtons boolean boolean

Enable/disable the ticket close & re-open button in the ticket message.

View Source


enableTicketDeleteButtons boolean boolean

Enable/disable the ticket delete button in the ticket message.

View Source


enableTicketPinButtons boolean boolean

Enable/disable the ticket pin & unpin button in the ticket message.

View Source


limits interface api.ODJsonConfig_DefaultSystemLimits

All settings related to global ticket limits.

View Source


logs interface api.ODJsonConfig_DefaultSystemLogs

All settings related to the log channel.

View Source


messages interface api.ODJsonConfig_DefaultSystemMessages

Configure dm & log messages for all Open Ticket commands & actions.

View Source


permissions interface api.ODJsonConfig_DefaultSystemPermissions

Configure permissions for all Open Ticket commands & actions.

View Source


preferSlashOverText boolean boolean

Prefer slash-commands over text-commands when displaying them in menu's and messages.

View Source


questionFieldsInCodeBlock boolean boolean

Display the question fields (in a ticket message) in code blocks.

View Source


removeParticipantsOnClose boolean boolean

Remove all participants (except admins) from the ticket when it's closed.

View Source


replyOnReactionRole boolean boolean

Reply with an ephemeral message when reaction roles are changed.

View Source


replyOnTicketCreation boolean boolean

Reply with an ephemeral message when a ticket is created.

View Source


sendErrorOnUnknownCommand boolean boolean

Reply with "unknown command" when the prefix is used without a valid command.

View Source


useRedErrorEmbeds boolean boolean

Display error embeds/messages with red instead of the default bot color.

View Source


useTranslatedConfigChecker boolean boolean

Use a translated config checker in the console.

View Source