mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
Update index.ts
This commit is contained in:
parent
7e27fbf721
commit
1e304fb1c9
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user