Skip to main content

ODJsonConfig_DefaultOptionTicketType interface

under construction

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

Overview

This interface is an object which has all ticket properties for options in the options.json config!

View Source

Properties


allowCreationByBlacklistedUsers boolean boolean

When enabled, blacklisted users can still create this ticket type. (used for appeals, etc)

View Source


autoclose type {disableOnClaim:boolean, enableInactiveHours:boolean, enableUserLeave:boolean, inactiveHours:number}

All settings related to autoclosing this ticket type.

View Source


autodelete type {disableOnClaim:boolean, enableInactiveDays:boolean, enableUserLeave:boolean, inactiveDays:number}

All settings related to autodeleting this ticket type.

View Source


button interface api.ODJsonConfig_DefaultOptionButtonSettingsType

All settings related to the button for the 3 option types.

View Source


channel type {backupCategory:string, category:string, claimedCategory:{category:string, user:string}[], closedCategory:string, description:string, prefix:string, suffix:"user-name"|"user-id"|"random-number"|"random-hex"|"counter-dynamic"|"counter-fixed"}

All settings related to the ticket channel itself.

View Source


cooldown type {cooldownMinutes:number, enabled:boolean}

All settings related to the cooldown of this ticket type

View Source


inherited description string string

The description of this option.

View Source


dmMessage type {embed:api.ODJsonConfig_DefaultOptionEmbedSettingsType, enabled:boolean, text:string}

All settings related to the message sent in DM to the creator when the ticket is created.

View Source


inherited id string string

The id of this option.

View Source


limits type {enabled:boolean, globalMaximum:number, userMaximum:number}

All settings related to the limits of this ticket type

View Source


inherited name string string

The name of this option.

View Source


questions array string[]

A list of valid question ids from the questions.json config.

View Source


readonlyAdmins array string[]

A list of discord role ids which are able to access this ticket type but can't write in the chat.

View Source


ticketAdmins array string[]

A list of discord role ids which are able to access this ticket type & use commands.

View Source


ticketMessage type {embed:api.ODJsonConfig_DefaultOptionEmbedSettingsType, enabled:boolean, ping:api.ODJsonConfig_DefaultOptionPingSettingsType, text:string}

All settings related to the message sent in the ticket channel when the ticket is created.

View Source


type type "ticket"

The type of this option. This type also determines the other option-specific variables.

View Source