watch it be a fucking space.

This commit is contained in:
cryptofyre 2022-10-27 00:07:06 -05:00
parent 1ef09ab920
commit 04d0ccee5a

View file

@ -68,7 +68,7 @@ export default class DiscordRPC {
})
.then((res) => res.json())
.then(function (json) {
self._attributes["artwork"]["url"] = "https://images.weserv.nl/?url=" + json.imageUrl + "&w=600&h=600&output=jpg"; // Image Caching Proxy to prevent Discord from going haha no.
self._attributes["artwork"]["url"] = "https://images.weserv.nl/?url="+json.imageUrl+"&w=600&h=600&output=jpg"; // Image Caching Proxy to prevent Discord from going haha no.
self.setActivity(self._attributes);
});
}