From 8080cf31f3d7608cfd24af6f55acb09cee1a652f Mon Sep 17 00:00:00 2001 From: intrnl Date: Sun, 25 Aug 2019 14:47:02 +0700 Subject: [PATCH] Revert 3c7ec8a8bba62ead6c9e5e8a8cb08d78eae228e5...08cbdc2236e614a4214dca8d8326d9e5c7d53b62 on Uninstalling BD --- Uninstalling-BD.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/Uninstalling-BD.md b/Uninstalling-BD.md index 9a5e9cc..747041c 100644 --- a/Uninstalling-BD.md +++ b/Uninstalling-BD.md @@ -1,5 +1,16 @@ -###### Windows and Mac -You should re-run the installer program to uninstall BetterDiscord +###### Windows: +* Navigate to `%AppData%\discord[branch]\\modules\discord_desktop_core` +* or run `cmd /c echo module.exports = require('./core.asar'); > %appdata%\discord\0.0.300\modules\discord_desktop_core\index.js` +* Replace `0.0.300` with current Discord version + ###### OSX: +* Navigate to `~/Library/Application Support/discord[branch]//modules/discord_desktop_core` + ###### Linux: +* Navigate to `~/.config/discord[branch]//modules/discord_desktop_core` + or `$XDG_CONFIG_HOME/discord[branch]//modules/discord_desktop_core` -###### Linux -`betterdiscordctl uninstall` \ No newline at end of file +
+ +* delete the `core` folder +* if `index.js.old` exists then delete `index.js` and rename `index.js.old` to `index.js` +* if `index.js.old` does not exist then edit `index.js` to `require('./core.asar')` instead of `require('./core')` +* restart discord \ No newline at end of file