mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 13:14:06 +01:00
Update Guild.ts
This commit is contained in:
parent
83b2d5d605
commit
019633a3de
@ -99,3 +99,14 @@ export const GuildGetSchema = {
|
||||
approximate_presence_count: true,
|
||||
// welcome_screen: true,
|
||||
};
|
||||
|
||||
export const GuildTemplateCreateSchema = {
|
||||
name: String,
|
||||
$avatar: String,
|
||||
|
||||
};
|
||||
|
||||
export interface GuildTemplateCreateSchema {
|
||||
name: string,
|
||||
avatar?: string,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user