From 872f67d908198feec0e957b4edb7462e14556018 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Mon, 27 Jun 2022 20:32:03 -0400 Subject: [PATCH] update heatmap embed --- src/commands/heatmap.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/commands/heatmap.ts b/src/commands/heatmap.ts index 773d30a..f33abfa 100644 --- a/src/commands/heatmap.ts +++ b/src/commands/heatmap.ts @@ -16,7 +16,9 @@ export const heatmap = async (message: DiscordenoMessage) => { message.send({ embeds: [{ 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()}`, footer: { text: 'Data is shown in US Eastern Time. | This heatmap uses data starting 6/26/2022.',