Skip to main content

ODJsonConfig_DefaultOptionRoleType 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 reaction role properties for options in the options.json config!

View Source

Properties


addOnMemberJoin boolean boolean

Automatically add these roles when the user joins the server.

View Source


button interface api.ODJsonConfig_DefaultOptionButtonSettingsType

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

View Source


inherited description string string

The description of this option.

View Source


inherited id string string

The id of this option.

View Source


mode type api.ODRoleUpdateMode

The mode determines what will happen with the affected roles on the user.

View Source


inherited name string string

The name of this option.

View Source


removeRolesOnAdd array string[]

A list of roles to remove from the user when given at least one of the affected roles.

View Source


roles array string[]

All roles which will be affected by this button.

View Source


type type "role"

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

View Source