Skip to main content

ODJsonConfig_DefaultGeneralData interface

under construction

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

Overview

All contents of the general.json config file.

View Source

Properties


_INFO interface api.ODJsonConfig_DefaultInfo

This object contains a few URLs and metadata for the config.

View Source


globalAdmins array string[]

A list of discord role ids which are able to access all tickets & commands.

View Source


language string string

The language to use. Can be the id of the language or the id without the prefix when using opendiscord:....

View Source


mainColor type discord.ColorResolvable

The main (hex) color used in almost every embed in the bot.

View Source


prefix string string

The prefix used in all text-commands.

View Source


serverId string string

The id of the discord server where the bot is used.

View Source


slashCommands boolean boolean

Are slash commands enabled?

View Source


status interface api.ODJsonConfig_DefaultStatusType

All settings related to the status of the bot.

View Source


system interface api.ODJsonConfig_DefaultSystem

All settings related to the ticket system.

View Source


textCommands boolean boolean

Are text commands enabled?

View Source


token string string

The token of the bot. (Empty when using tokenFromENV)

View Source


tokenFromENV boolean boolean

Use the token from the .env file as TOKEN=xxxxx.

View Source