blob: be6a253747e425095f3c3a09d27c24951cc608a1 [file] [log] [blame]
pineafana2e39c72023-02-21 18:37:32 +00001declare const config: {
2 developmentToken: string,
3 developmentGuildID: string,
4 enableDevelopment: boolean,
5 token: string,
6 managementGuildID: string,
7 owners: string[],
8 commandsFolder: string,
9 eventsFolder: string,
10 messageContextFolder: string,
11 userContextFolder: string,
12 verifySecret: string,
13 mongoUrl: string,
14 baseUrl: string,
15 pastebinApiKey: string,
16 pastebinUsername: string,
17 pastebinPassword: string,
18 rapidApiKey: string
19};
20
21export default config;