basic bot

This commit is contained in:
grngxd 2025-07-31 11:29:31 +01:00
parent 4270071da2
commit 77101f1cc2
7 changed files with 79 additions and 15 deletions

5
globals.d.ts vendored Normal file
View file

@ -0,0 +1,5 @@
declare module "bun" {
interface Env {
TOKEN: string;
}
}