chore: add env.d.ts file #2
|
|
@ -1,10 +1,10 @@
|
||||||
module "bun" {
|
module "bun" {
|
||||||
interface Env {
|
interface Env {
|
||||||
TOKEN: string;
|
TOKEN: string;
|
||||||
WELCOME: number;
|
WELCOME: string;
|
||||||
GOODBYE: number;
|
GOODBYE: string;
|
||||||
GUILD: number;
|
GUILD: string;
|
||||||
BAD_ROLE: number;
|
BAD_ROLE: string;
|
||||||
BOT_ROLE: number;
|
BOT_ROLE: string;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue