Interface RawConfig

interface RawConfig {
    chat: RawChatConfig;
    credits: RawConfigCredit[];
    description: string;
    discord: string;
    exp: RawExp;
    name: string;
    pages: RawPagesConfig;
    pronunciation: string;
    reports: RawReports;
    rewards: number[];
    store: RawStore;
    version: string;
    welcome: string;
}

Properties

credits: RawConfigCredit[]
description: string
discord: string
exp: RawExp
name: string
pronunciation: string
reports: RawReports
rewards: number[]
store: RawStore
version: string
welcome: string