bun-discord-bot/globals.d.ts
Jozef Steinhübl 16c842808d
refactor!: rewrite (#32)
Thanks @Didas-git for big help
https://github.com/xHyroM/bun-discord-bot/pull/31

---------

Co-authored-by: DidaS <didasoficial@gmail.com>
2023-12-30 16:54:59 +01:00

7 lines
139 B
TypeScript

declare module "bun" {
interface Env {
DISCORD_BOT_TOKEN: string;
BUN_ONLY_CHANNEL_ID: string;
MESSAGE_PREFIX: string;
}
}