basic bot
This commit is contained in:
parent
4270071da2
commit
77101f1cc2
7 changed files with 79 additions and 15 deletions
5
globals.d.ts
vendored
Normal file
5
globals.d.ts
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
declare module "bun" {
|
||||
interface Env {
|
||||
TOKEN: string;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue