deno fmt
This commit is contained in:
		
							parent
							
								
									1f4d1e3ef6
								
							
						
					
					
						commit
						da00caaa74
					
				| 
						 | 
					@ -70,12 +70,12 @@ export const roll = async (message: DiscordenoMessage, args: string[], command:
 | 
				
			||||||
				embeds: [
 | 
									embeds: [
 | 
				
			||||||
					(await generateRollEmbed(
 | 
										(await generateRollEmbed(
 | 
				
			||||||
						message.authorId,
 | 
											message.authorId,
 | 
				
			||||||
						<SolvedRoll>{
 | 
											<SolvedRoll> {
 | 
				
			||||||
							error: true,
 | 
												error: true,
 | 
				
			||||||
							errorCode: 'TooComplex',
 | 
												errorCode: 'TooComplex',
 | 
				
			||||||
							errorMsg: 'Error: Roll Too Complex, try breaking roll down into simpler parts',
 | 
												errorMsg: 'Error: Roll Too Complex, try breaking roll down into simpler parts',
 | 
				
			||||||
						},
 | 
											},
 | 
				
			||||||
						<RollModifiers>{},
 | 
											<RollModifiers> {},
 | 
				
			||||||
					)).embed,
 | 
										)).embed,
 | 
				
			||||||
				],
 | 
									],
 | 
				
			||||||
			});
 | 
								});
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue