some logging for me.

This commit is contained in:
2026-09-13 21:14:56 +08:00
parent b7b26796bd
commit b32278c108
7 changed files with 81 additions and 18 deletions
+1
View File
@@ -3,6 +3,7 @@ declare global {
interface ProcessEnv {
DATABASE_URL: string;
DISCORD_TOKEN: string;
LOGGING_CHANNEL: string;
}
}
}