Aethel Bot OSS repository!
aethel.xyz
bot
fun
ai
discord
discord-bot
aethel
1declare global {
2 namespace NodeJS {
3 interface ProcessEnv {
4 ALLOWED_ORIGINS: string;
5 API_KEY_ENCRYPTION_SECRET: string;
6 DATABASE_URL: string;
7 OPENROUTER_API_KEY: string;
8 OPENWEATHER_API_KEY: string;
9 MASSIVE_API_KEY: string;
10 MASSIVE_API_BASE_URL: string;
11 SOURCE_COMMIT: string;
12 STATUS_API_KEY: string;
13 TOKEN: string;
14 CLIENT_ID: string;
15 CLIENT_SECRET: string;
16 REDIRECT_URI: string;
17 }
18 }
19}
20
21export {};