Update Guild.ts
This commit is contained in:
		
							parent
							
								
									83b2d5d605
								
							
						
					
					
						commit
						019633a3de
					
				| @ -99,3 +99,14 @@ export const GuildGetSchema = { | |||||||
| 	approximate_presence_count: true, | 	approximate_presence_count: true, | ||||||
| 	// welcome_screen: true,
 | 	// welcome_screen: true,
 | ||||||
| }; | }; | ||||||
|  | 
 | ||||||
|  | export const GuildTemplateCreateSchema = { | ||||||
|  | 	name: String, | ||||||
|  | 	$avatar: String, | ||||||
|  | 
 | ||||||
|  | }; | ||||||
|  | 
 | ||||||
|  | export interface GuildTemplateCreateSchema { | ||||||
|  | 	name: string, | ||||||
|  | 	avatar?: string, | ||||||
|  | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Intevel ツ
						Intevel ツ