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
{{ message }}
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.
Alexei Stukov edited this page Feb 20, 2018
·
24 revisions
Windows:
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.300 with current Discord version
OSX:
Navigate to ~/Library/Application Support/discord[branch]/<version>/modules/discord_desktop_core
Linux:
Navigate to ~/.config/discord[branch]/<version>/modules/discord_desktop_core
or $XDG_CONFIG_HOME/discord[branch]/<version>/modules/discord_desktop_core
delete the core folder
if index.js.old exists then delete it 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')