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 SOURCE_COMMIT: string;
10 STATUS_API_KEY: string;
11 TOKEN: string;
12 CLIENT_ID: string;
13 }
14 }
15}
16
17export {};