feat: clan members #1143
@ -71,7 +71,7 @@ const longMOTDSchema = new Schema<ILongMOTD>(
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const guildSchema = new Schema<IGuildDatabase>(
 | 
					const guildSchema = new Schema<IGuildDatabase>(
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        Name: { type: String, required: true },
 | 
					        Name: { type: String, required: true, unique: true },
 | 
				
			||||||
        MOTD: { type: String, default: "" },
 | 
					        MOTD: { type: String, default: "" },
 | 
				
			||||||
        LongMOTD: { type: longMOTDSchema, default: undefined },
 | 
					        LongMOTD: { type: longMOTDSchema, default: undefined },
 | 
				
			||||||
        DojoComponents: { type: [dojoComponentSchema], default: [] },
 | 
					        DojoComponents: { type: [dojoComponentSchema], default: [] },
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user