Use config default region for new Guilds
This commit is contained in:
		
							parent
							
								
									16ef891781
								
							
						
					
					
						commit
						1b6358a151
					
				| @ -24,7 +24,7 @@ router.post("/", check(GuildCreateSchema), async (req: Request, res: Response) = | ||||
| 	const guild_id = Snowflake.generate(); | ||||
| 	const guild: Guild = { | ||||
| 		name: body.name, | ||||
| 		region: body.region || "en-US", | ||||
| 		region: Config.get().regions.default, | ||||
| 		owner_id: req.user_id, | ||||
| 		icon: undefined, | ||||
| 		afk_channel_id: undefined, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Paul Munteanu
						Paul Munteanu