Add URL to headers
This commit is contained in:
parent
0455275790
commit
f206c666b8
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ module.exports = {
|
|||
}
|
||||
|
||||
function get_img(activity, size = "large_image") {
|
||||
return "https://cache.violets-purgatory.dev/cached/byID/" + activity.id + "?size=" + size + "&t=" + Date.now()
|
||||
return "https://cache.violets-purgatory.dev/cached/byID/" + activity.id + "?size=" + size + "&url=" + activity.assets[size]
|
||||
}
|
||||
|
||||
function activityTime() {
|
||||
|
|
Loading…
Reference in a new issue