(rewrite): Pet the Pond now does petting for all.

This commit is contained in:
2026-09-13 15:58:06 +08:00
parent 016585ddf9
commit 8b00a8a876
12 changed files with 63 additions and 221 deletions
+10
View File
@@ -0,0 +1,10 @@
declare global {
namespace NodeJS {
interface ProcessEnv {
DATABASE_URL: string;
DISCORD_TOKEN: string;
}
}
}
export {};