blob: 99c460d40df0fea4d5751c2bb27590018ebb06ab [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;