Settings

interface Settings {
    commandPrefix: string;
    createdAt: string;
    currencyName: string;
    developerMode: string;
    economyEnabled: string;
    id: string;
    serverChatName: string;
    updatedAt: string;
}

Properties

commandPrefix: string

Settings

createdAt: string

Settings

currencyName: string

Settings

developerMode: string

Settings

economyEnabled: string

Settings

id: string

Settings

serverChatName: string

Settings

updatedAt: string

Settings