1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-22 10:41:34 +02:00

Update index.ts

This commit is contained in:
Intevel ツ 2021-05-08 14:36:57 +02:00
parent 7e27fbf721
commit 1e304fb1c9

View File

@ -55,7 +55,11 @@ router.post("/", check(GuildCreateSchema), async (req: Request, res: Response) =
unavailable: false,
vanity_url_code: undefined,
verification_level: 0,
welcome_screen: [],
welcome_screen: {
enabled: false,
description: "No description",
welcome_channels: []
},
widget_channel_id: undefined,
widget_enabled: false,
};