add user command to retrieve user information and upload stats
This commit is contained in:
parent
2f57cb7d39
commit
5cfcb3ba0c
4 changed files with 82 additions and 31 deletions
5
globals.d.ts
vendored
5
globals.d.ts
vendored
|
@ -1,7 +1,10 @@
|
|||
declare module "bun" {
|
||||
interface Env {
|
||||
// discord
|
||||
TOKEN: string;
|
||||
API: string;
|
||||
CLIENT_ID: string;
|
||||
|
||||
// stereo
|
||||
DB_URL: string;
|
||||
DB_TYPE: "sqlite" | "postgres";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue