Compare commits

..

No commits in common. "88ad4744ae7798d6bbbebff787b5a4d90d77ce28" and "684c3df42ab62926fd05ee4f499e9f68fe4e45cd" have entirely different histories.

1 changed files with 0 additions and 10 deletions

10
env.d.ts vendored
View File

@ -1,10 +0,0 @@
module "bun" {
interface Env {
TOKEN: string;
WELCOME: string;
GOODBYE: string;
GUILD: string;
BAD_ROLE: string;
BOT_ROLE: string;
}
}