ODJsonConfig_DefaultSystem interface
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.
Properties
disableVerifyBarsemojiStyleenableDeleteWithoutTranscriptenableTicketActionWithReasonenableTicketClaimButtonsenableTicketCloseButtonsenableTicketDeleteButtonsenableTicketPinButtonslimitslogsmessagespermissionspreferSlashOverTextquestionFieldsInCodeBlockremoveParticipantsOnClosereplyOnReactionRolereplyOnTicketCreationsendErrorOnUnknownCommanduseRedErrorEmbedsuseTranslatedConfigChecker
References
Properties
disableVerifyBars boolean ➜ boolean
Disable the (✅❌) buttons and directly run the action.
emojiStyle type ➜ "disabled"|"before"|"after"|"double"
The emoji style used in the bot. This will affect all embeds, titles & messages in the bot.
enableDeleteWithoutTranscript boolean ➜ boolean
Enable/disable the delete without transcript feature (button & /delete command).
enableTicketActionWithReason boolean ➜ boolean
Enable/disable the "with reason" button for all actions in the ticket message.
enableTicketClaimButtons boolean ➜ boolean
Enable/disable the ticket claim & unclaim button in the ticket message.
enableTicketCloseButtons boolean ➜ boolean
Enable/disable the ticket close & re-open button in the ticket message.
enableTicketDeleteButtons boolean ➜ boolean
Enable/disable the ticket delete button in the ticket message.
enableTicketPinButtons boolean ➜ boolean
Enable/disable the ticket pin & unpin button in the ticket message.
limits interface ➜ api.ODJsonConfig_DefaultSystemLimits
All settings related to global ticket limits.
logs interface ➜ api.ODJsonConfig_DefaultSystemLogs
All settings related to the log channel.
messages interface ➜ api.ODJsonConfig_DefaultSystemMessages
Configure dm & log messages for all Open Ticket commands & actions.
permissions interface ➜ api.ODJsonConfig_DefaultSystemPermissions
Configure permissions for all Open Ticket commands & actions.
preferSlashOverText boolean ➜ boolean
Prefer slash-commands over text-commands when displaying them in menu's and messages.
questionFieldsInCodeBlock boolean ➜ boolean
Display the question fields (in a ticket message) in code blocks.
removeParticipantsOnClose boolean ➜ boolean
Remove all participants (except admins) from the ticket when it's closed.
replyOnReactionRole boolean ➜ boolean
Reply with an ephemeral message when reaction roles are changed.
replyOnTicketCreation boolean ➜ boolean
Reply with an ephemeral message when a ticket is created.
sendErrorOnUnknownCommand boolean ➜ boolean
Reply with "unknown command" when the prefix is used without a valid command.
useRedErrorEmbeds boolean ➜ boolean
Display error embeds/messages with red instead of the default bot color.
useTranslatedConfigChecker boolean ➜ boolean
Use a translated config checker in the console.