mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-05 07:15:40 +00:00
Made nitro stuff make some sense
This commit is contained in:
@@ -28,13 +28,13 @@ router.post("/", route({}), async (req: Request, res: Response) => {
|
||||
id: app.id,
|
||||
bot: true,
|
||||
system: false,
|
||||
premium_since: new Date(),
|
||||
premium_since: 0,
|
||||
desktop: false,
|
||||
mobile: false,
|
||||
premium: true,
|
||||
premium_type: 2,
|
||||
premium: false,
|
||||
premium_type: 0,
|
||||
bio: app.description,
|
||||
mfa_enabled: false,
|
||||
mfa_enabled: true,
|
||||
totp_secret: "",
|
||||
totp_backup_codes: [],
|
||||
verified: true,
|
||||
|
||||
+1
-1
@@ -99,4 +99,4 @@
|
||||
"typescript": "^4.1.2",
|
||||
"ws": "^8.8.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -257,7 +257,7 @@ export class Member extends BaseClassWithoutId {
|
||||
nick: undefined,
|
||||
roles: [guild_id], // @everyone role
|
||||
joined_at: new Date(),
|
||||
premium_since: new Date(),
|
||||
premium_since: null,
|
||||
deaf: false,
|
||||
mute: false,
|
||||
pending: false,
|
||||
|
||||
Reference in New Issue
Block a user