| 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; |