mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
8 lines
139 B
TypeScript
8 lines
139 B
TypeScript
|
declare module "bun" {
|
||
|
interface Env {
|
||
|
DISCORD_BOT_TOKEN: string;
|
||
|
BUN_ONLY_CHANNEL_ID: string;
|
||
|
MESSAGE_PREFIX: string;
|
||
|
}
|
||
|
}
|