forked from cosmic/scythe
1
0
Fork 0

chore: add env.d.ts file

This commit is contained in:
Ananas 2025-03-16 20:46:12 +01:00
parent 33c79b8109
commit 22894f5439
No known key found for this signature in database
GPG Key ID: CAE30FFA43F0F76F
1 changed files with 10 additions and 0 deletions

10
env.d.ts vendored Normal file
View File

@ -0,0 +1,10 @@
module "bun" {
interface Env {
TOKEN: string;
WELCOME: number;
GOODBYE: number;
GUILD: number;
BAD_ROLE: number;
BOT_ROLE: number;
}
}