update heatmap embed

This commit is contained in:
Ean Milligan (Bastion) 2022-06-27 20:32:03 -04:00
parent f9355ae255
commit 872f67d908
1 changed files with 3 additions and 1 deletions

View File

@ -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.',