First pass polyfill

This commit is contained in:
2022-09-05 23:58:16 -04:00
parent 9e4f609cbe
commit c87b096459
25 changed files with 893 additions and 223 deletions
+2 -1
View File
@@ -65,7 +65,8 @@ export default class BetterDiscord {
try {
${content}
return true;
} catch {
} catch(error) {
console.error(error);
return false;
}
})();