watch it be a fucking space.
This commit is contained in:
parent
1ef09ab920
commit
04d0ccee5a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue