You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried updating the code myself and ran into a couple of problems.
The querySelectorhere is no longer functional, but all it does is create a hover tooltip, so I removed it.
Here the plugin tries to access require("electron").remote, but according to a StackExchange answer by Teak, Electron now required a specific definition for enableRemoteModule: true when creating the browserWindow. I tried to recompile BetterDiscord from source but I changed psconnection.js to include the definition, but require("electron").remote still returns undefined.
I am begging you to please fix this if you can. I would forever be grateful. Let me know how I can help..
The text was updated successfully, but these errors were encountered: