-
Notifications
You must be signed in to change notification settings - Fork 53
FAQ
Where does EnhancedDiscord get installed?
It installs in the EnhancedDiscord
folder where you run the executable. You should make sure that you run it from a location you want to use, and avoid launching it from the Downloads bar on Chrome, Windows searches, etc. Just finding and running it from the folder will help avoid issues.
How do I uninstall EnhancedDiscord?
Run the executable where you installed EnhancedDiscord and click uninstall. You can choose whether or not you want to keep the folder with your settings.
If you don't know where your current installation is, go to User Settings > EnhancedDiscord > Plugins and click the Open Plugins Directory
button. The folder containing that plugins folder is where ED is installed.
Discord won't launch anymore because of a Javascript error or installer issue.
See the advanced installation guide. This will show you how to manually install ED; if you want to remove it, change the contents of index.js
to module.exports = require('./core.asar');
) instead of what's specified on that page.
How do I load BD plugins?
ED includes support for BD plugins, though it's disabled by default. You can enable it in User Settings > EnhancedDiscord > Settings.
After that you can just import BD plugins by dropping them inside your plugins
folder. Note that they must be named ending with .plugin.js
, otherwise they will attempt to load as ED plugins and not work.
How do I edit my theme or switch themes?
Go to the folder where you installed ED, then inside of the plugins folder you'll see a file called style.css
. You can edit your theme here. If you want to change your theme you can either replace the contents of style.css
with something else or use a different theme file altogether. To change your theme file, go to User Settings > EnhancedDiscord > Settings and edit the path in the CSS Loader section.
Is there EnhancedDiscord for mobile? If not, can you create it?
No. It's possible but would be very difficult because the mobile apps are built completely differently than the desktop/web versions. The best we could do is change the colors on the Android version, but it seems like more trouble than it's worth.
ED disappeared/stopped working after a Discord update
If EnhancedDiscord has totally disappeared (no theme, plugins or anything in console), you probably need to reinject. If a particular thing stopped working but EnhancedDiscord is still injected, you probably need to update. If there's no fix yet, you will just need to wait for a fix (or create a pull request!).
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.