From c1034569d63093fa76a568b0b570f7685cd61e8c Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Sat, 13 Aug 2022 00:36:25 -0600 Subject: That... Was a bad idea --- api/src/routes/applications/#id/bot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/src') diff --git a/api/src/routes/applications/#id/bot/index.ts b/api/src/routes/applications/#id/bot/index.ts index 562c31fe..5cae5215 100644 --- a/api/src/routes/applications/#id/bot/index.ts +++ b/api/src/routes/applications/#id/bot/index.ts @@ -28,7 +28,7 @@ router.post("/", route({}), async (req: Request, res: Response) => { id: app.id, bot: true, system: false, - premium_since: 0, + premium_since: null, desktop: false, mobile: false, premium: false, -- cgit 1.5.1