Questions that we're asked often.
We provide a convenient graphical installer you can use. Or you can just grab Vencord from the Chrome Webstore or via Userscript.
Visit our download page to find out more!
The most likely cause is that your install is outdated. Check if there’s any updates. You can either do so using our inbuilt updater, or if you cannot get there due to crashes or similar, use the “Update Vencord” in the Installer.
If you’re all up to date, try reinstalling with the installer anyway!
And if it now still doesn’t work, please let us know in our support server
Yes! We provide extensions for Chromium based browsers and a Userscript build.
See our download page for more info!
Technically yes, we have a very barebones app for android: Vendroid However, it suffers from many issues and thus is not recommended for daily use (nor is it actively being worked on)
Instead, we recommend the following alternatives:
You can’t.
Chances are, it’s already a Vencord plugin! Or if it isn’t, you can open a plugin request
Client modifications are against Discord’s Terms of Service.
However, Discord is pretty indifferent about them and there are no known cases of users getting banned for using client mods! So you should generally be fine as long as you don’t use any plugins that implement abusive behaviour. But no worries, all inbuilt plugins are safe to use!
Regardless, if your account is very important to you and it getting disabled would be a disaster for you, you should probably not use any client mods (not exclusive to Vencord), just to be safe
Additionally, make sure not to post screenshots with Vencord in a server where you might get banned for it
Settings are already shared across all Discord instances on the same PC so you can just switch and they will be kept!
The most common cause of lag is poorly written CSS.
To see if this is the case for you, try temporarily disabling all themes and your QuickCSS.
If that indeed fixes the lagging, you’ll have to figure out which theme / part of your QuickCSS is causing the lag. Just slowly remove parts of it until it doesn’t lag anymore.
open the dev tools with CTRL + Shift + i
(Cmd + Option + i
on MacOs) and click on the “console” tab at the top. Then paste and run (with enter) the following code.
It will
(() => {
Vencord.Settings.useQuickCss = false
try {
const copy = window.copy ?? Vencord.Webpack.Common.Clipboard.copy
copy(Vencord.Settings.themeLinks.join("\n"))
} catch { }
Vencord.Settings.themeLinks = []
Vencord.Settings.enabledThemes = []
})()
Discord tries to protect you from getting scammed by “hiding” your token when you open DevTools, which means it deletes it from storage and only keeps it in memory in order to make it harder to obtain.
If you now close discord before closing DevTools again, your token will not be saved anywhere anymore and as a consequence you will be logged out
Solution: Close DevTools before closing discord or better yet enable the NoDevtoolsWarning plugin which removes this “feature”
Vencord is uninstalled the same way you install it. Just use the “Uninstall” button instead
The only official website is vencord.dev
, which can be confirmed on GitHub and the installer itself. We are not
affiliated with any other website, and any that claim to be or use our brand are malicious impersonators.
If you have downloaded software offered by these sites, remove it as soon as possible, run a malware scan, reinstall Discord, and change your password. Also, if possible, dispatch an intercontinental ballistic missile to your hard drive for good measure.
No. These packages are maintained by people (usually) unrelated to Vencord. We can’t provide support for unofficial repackages of Vencord unless it’s an actual bug in the mod itself (except when such bugs occur due to the repackage).
Please forward your support enquiries to the people who maintain these packages instead of us.
No, custom distributions of Windows are not supported as they tend to remove critical system components or libraries that Vencord (or its installer) depends on.
If it works for you, great! However, we can’t provide support for any issues that occur.
Still lost? Visit our support server for more assistance! We're happy to help.