blob: 75eb9e01817b4701daa7e9b910eb0df12132f44b [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,
authSource: string
},
baseUrl: string,
rapidApiKey: string
};
export default config;