add time param to heatmap to try to prevent caching of the image on discord

This commit is contained in:
Ean Milligan 2025-04-28 23:07:30 -04:00
parent 3864cb91fc
commit 8cf55aacf5
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Most Rolls: ${intervals.getMaxRollCnt()}`,
},
color: infoColor2,
image: {
url: `${config.api.publicDomain}api/heatmap.png`,
url: `${config.api.publicDomain}api/heatmap.png?now=${new Date().getTime()}`,
},
},
],