diff options
author | ChrisChrome <christophercookman@gmail.com> | 2022-08-13 00:36:25 -0600 |
---|---|---|
committer | ChrisChrome <christophercookman@gmail.com> | 2022-08-13 00:36:25 -0600 |
commit | c1034569d63093fa76a568b0b570f7685cd61e8c (patch) | |
tree | 9c4fd96e1273263795d3484228e28777679c9d6e | |
parent | Hmmmmmm (diff) | |
download | server-c1034569d63093fa76a568b0b570f7685cd61e8c.tar.xz |
That... Was a bad idea
-rw-r--r-- | api/src/routes/applications/#id/bot/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, |