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:
@ -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()}`,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user