mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
16c842808d
Thanks @Didas-git for big help https://github.com/xHyroM/bun-discord-bot/pull/31 --------- Co-authored-by: DidaS <didasoficial@gmail.com>
7 lines
139 B
TypeScript
7 lines
139 B
TypeScript
declare module "bun" {
|
|
interface Env {
|
|
DISCORD_BOT_TOKEN: string;
|
|
BUN_ONLY_CHANNEL_ID: string;
|
|
MESSAGE_PREFIX: string;
|
|
}
|
|
}
|