1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-06 20:37:54 -05:00

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

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()}`,
},
},
],