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