add time param to heatmap to try to prevent caching of the image on discord
This commit is contained in:
parent
3864cb91fc
commit
8cf55aacf5
|
@ -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()}`,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue