forked from cosmic/scythe
1
0
Fork 0
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" { module "bun" {
interface Env { interface Env {
TOKEN: string; TOKEN: string;
WELCOME: string;
GOODBYE: string;
GUILD: string; GUILD: string;
BAD_ROLE: string; BAD_ROLE: string;
BOT_ROLE: string; BOT_ROLE: string;
BOT_CHANNEL: string; BOT_CHANNEL: string;
OWNER: string; OWNER: string;
SCYTHE_CHANNEL: string; SCYTHE_CHANNEL: string;
UPTIME_MESSAGE: string;
TICKET_CATEGORY: string; TICKET_CATEGORY: string;
TICKET_CHANNEL: string; TICKET_CHANNEL: string;
MOD_ROLE: string; MOD_ROLE: string;