diff --git a/env.d.ts b/env.d.ts new file mode 100644 index 0000000..1d0fe11 --- /dev/null +++ b/env.d.ts @@ -0,0 +1,10 @@ +module "bun" { + interface Env { + TOKEN: string; + WELCOME: string; + GOODBYE: string; + GUILD: string; + BAD_ROLE: string; + BOT_ROLE: string; + } +} \ No newline at end of file