Compare commits

..

4 Commits

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: string;
GOODBYE: string;
GUILD: string;
BAD_ROLE: string;
BOT_ROLE: string;
}
}