This commit is contained in:
rainy 2025-05-06 13:51:13 -07:00
parent e847e22aa8
commit 49d3cbc0af
1 changed files with 0 additions and 3 deletions

3
env.d.ts vendored
View File

@ -1,15 +1,12 @@
module "bun" {
interface Env {
TOKEN: string;
WELCOME: string;
GOODBYE: string;
GUILD: string;
BAD_ROLE: string;
BOT_ROLE: string;
BOT_CHANNEL: string;
OWNER: string;
SCYTHE_CHANNEL: string;
UPTIME_MESSAGE: string;
TICKET_CATEGORY: string;
TICKET_CHANNEL: string;
MOD_ROLE: string;