sorry core

This commit is contained in:
cryptofyre 2022-10-26 23:38:57 -05:00
parent 6d572ba7bd
commit e7dcef742c

View file

@ -59,7 +59,6 @@ export default class DiscordRPC {
const self = this;
ipcMain.on("discordrpc:updateImage", async (_event, imageurl) => {
if (!this._utils.getStoreValue("general.privateEnabled")) {
console.log("[DEBUG] "+imageurl)
fetch("https://api.cider.sh/v1/images", {
method: "POST",
headers: {