Skip to content

Commit

Permalink
dont parse response
Browse files Browse the repository at this point in the history
  • Loading branch information
toobeeh committed Oct 10, 2024
1 parent a646b4d commit 50578da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/imageOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ let imageOptions = {
posterName: loginName,
onlyImage: QS("#sendImageOnly").checked,
imageBase64: imageShareString.split(",")[1].replace("==", "")
}, localStorage.accessToken);
}, localStorage.accessToken, false);

new Toast("Posted image on Discord.", 2000);
});
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "Skribbl Typo",
"description": "The most complete toolbox for skribbl.io with namefinder & Discord integration",
"version": "26.3.8",
"version": "26.3.9",
"author": "tobeh",
"icons": {
"256": "res/icon/256MaxFit.png",
Expand Down

0 comments on commit 50578da

Please sign in to comment.