-
Notifications
You must be signed in to change notification settings - Fork 53
Installation
Currently, only Windows and Ubuntu 18.04+ are supported for the new installer, due to lack of devices to compile on
Go to https://enhanceddiscord.com/ and hit the 'Download' button, or if you're lazy, click here.
If you're having errors (especially related to InteropServices
), you may need to download .NET Framework 4.7.1.
If you're on Linux or MacOS consider using Cr3atable/LinuxED that is specifically made for Unix.
LinuxED is unaffiliated with EnhancedDiscord so please do not request support for this script in an issue.
-
Download/clone this repo to wherever you want your ED files to reside.
-
Find your appdata folder:
- For PC:
%appdata%/discord
- For Mac:
~/Library/Application Support
- For Linux:
$XDG_CONFIG_HOME/discord
or~/.config/discord/
- Replace
discord
withdiscordcanary
etc. as needed.
-
In the appdata folder, find
/x.x.xxx/modules/discord_desktop_core/index.js
, wherex.x.xxx
is your current version of the Discord client, and open it. -
At the top, add these lines:
process.env.injDir = '<path>';
require(`${process.env.injDir}/injection.js`);
where <path>
is the location of the ED folder.
Make sure to escape paths, for example C:\Users\<Username>\Documents\EnhancedDiscord\EnhancedDiscord
should be C:\\Users\\<Username>\\Documents\\EnhancedDiscord\\EnhancedDiscord
-
Create
config.json
in your ED folder and set its contents to{}
. -
Restart your Discord client and installation should be complete.
Using EnhancedDiscord, or any other client mod, is against Discord's Terms of Service. Use it at your own risk.
It's very unlikely any action will be taken against you, but we take no responsibility if anything happens.