mirror of
https://github.com/Burn-E99/TheArtificer.git
synced 2026-01-06 20:37:54 -05:00
update heatmap embed
This commit is contained in:
@ -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.',
|
||||||
|
|||||||
Reference in New Issue
Block a user