mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-23 16:09:56 +00:00
Make teams nullable
This commit is contained in:
@@ -17,7 +17,6 @@ router.post("/", route({ body: "ApplicationCreateSchema" }), async (req: Request
|
||||
name: trimSpecial(body.name),
|
||||
description: "",
|
||||
bot_public: true,
|
||||
bot_require_code_grant: false,
|
||||
owner: user,
|
||||
verify_key: "IMPLEMENTME",
|
||||
flags: 0,
|
||||
|
||||
Reference in New Issue
Block a user