blob: 6549234587953ae9dbd50787f7f8abe8a3027ff6 [file] [log] [blame]
declare const config: {
developmentToken: string,
developmentGuildID: string,
enableDevelopment: boolean,
token: string,
managementGuildID: string,
owners: string[],
commandsFolder: string,
eventsFolder: string,
messageContextFolder: string,
userContextFolder: string,
verifySecret: string,
mongoOptions: {
username: string,
password: string,
database: string,
host: string,
},
baseUrl: string,
pastebinApiKey: string,
pastebinUsername: string,
pastebinPassword: string,
rapidApiKey: string
};
export default config;