update heatmap embed
This commit is contained in:
		
							parent
							
								
									f9355ae255
								
							
						
					
					
						commit
						872f67d908
					
				| 
						 | 
					@ -16,7 +16,9 @@ export const heatmap = async (message: DiscordenoMessage) => {
 | 
				
			||||||
		message.send({
 | 
							message.send({
 | 
				
			||||||
			embeds: [{
 | 
								embeds: [{
 | 
				
			||||||
				title: 'Roll Heatmap',
 | 
									title: 'Roll Heatmap',
 | 
				
			||||||
				description: `Least Rolls: ${intervals.getMinRollCnt()}
 | 
									description: `Over time, this image will show a nice pattern of when rolls are requested the most.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Least Rolls: ${intervals.getMinRollCnt()}
 | 
				
			||||||
Most Rolls: ${intervals.getMaxRollCnt()}`,
 | 
					Most Rolls: ${intervals.getMaxRollCnt()}`,
 | 
				
			||||||
				footer: {
 | 
									footer: {
 | 
				
			||||||
					text: 'Data is shown in US Eastern Time. | This heatmap uses data starting 6/26/2022.',
 | 
										text: 'Data is shown in US Eastern Time. | This heatmap uses data starting 6/26/2022.',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue