This repository was archived by the owner on Aug 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 710
Uninstalling BD
intrnl edited this page Aug 25, 2019
·
24 revisions
Re-run the installer program to uninstall BetterDiscord
betterdiscordctl uninstall
- Navigate to
%AppData%\discord[branch]\<version>\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.300with current Discord version
- Navigate to
~/Library/Application Support/discord[branch]/<version>/modules/discord_desktop_core
- Navigate to
~/.config/discord[branch]/<version>/modules/discord_desktop_coreor$XDG_CONFIG_HOME/discord[branch]/<version>/modules/discord_desktop_core
- delete the
corefolder - if
index.js.oldexists then deleteindex.jsand renameindex.js.oldtoindex.js - if
index.js.olddoes not exist then editindex.jstorequire('./core.asar')instead ofrequire('./core') - restart discord