The cutest Discord client mod
Find a file
2022-08-31 20:58:21 +02:00
.vscode Add nitro bypass (#4) 2022-08-31 20:53:36 +02:00
src Update dependencies 2022-08-31 20:58:21 +02:00
.gitignore Rewrite 2022-08-29 02:25:27 +02:00
build.mjs Make Settings & Settings Page 2022-08-31 04:07:16 +02:00
install.sh Fix installer 2022-08-29 22:11:31 +02:00
package.json Add nitro bypass (#4) 2022-08-31 20:53:36 +02:00
pnpm-lock.yaml Add nitro bypass (#4) 2022-08-31 20:53:36 +02:00
README.md Add install instructions!! :3 2022-08-29 22:08:44 +02:00
tsconfig.json Refactor webpack; Add ErrorBoundary 2022-08-31 20:47:07 +02:00
uninstall.sh Add install instructions!! :3 2022-08-29 22:08:44 +02:00

Vencord

My own Discord Desktop mod :)

Features

  • Proper context isolation -> Works in newer Electron versions
  • Inline patches: Patch Discord's code with regex replacements! See the experiments plugin for an example. While being more complex, this is more powerful than monkey patching since you can patch only small parts of functions instead of fully replacing them, access non exported/local variables and even replace constants (like in the aforementioned experiments patch!)
  • Custom Css: Manually edit %appdata%/Vencord/settings/quickCss.css / ~/.config/Vencord/settings/quickCss.css with your favourite editor and the client will automatically apply your changes

Installing

pnpm install
./install.sh