Skip to content

Instantly share code, notes, and snippets.

@ThatGuyJamal
Last active April 14, 2023 20:52
Show Gist options
  • Save ThatGuyJamal/4cb915146687e0c4ba140b9f0fa02369 to your computer and use it in GitHub Desktop.
Save ThatGuyJamal/4cb915146687e0c4ba140b9f0fa02369 to your computer and use it in GitHub Desktop.

Discord Client Mod Setup

As of 3/2023 everything you need to make a clean discord client mod will be below.

Disclaimer

Better Discord or similar applications are client modifications and they are against the Terms of Service. Discord won't go looking for people who mod the client and won't just ban you for using it unless they feel that it is necessary, however, they will not provide you with support if the client breaks and you will not be able to report any bugs that happened while using client modifications. Also, some client modifications may contain certain security issues.

Using third-party clients and injecting custom CSS is against the ToS. We are not responsible for anything that might happen to your account by using third-party clients. Use at your own discretion!

Setup

This guide will assume you are on windows 10/11. If you not you can simply follow the steps but use your os installers.

First, we need to install Vencord. Its an alternative to Better Discord and is a personal favorite.

Vencord is a client mod that can change aspects of discord and its behaviors. This allows for custom scripts and plugins to be run within discord that would normally not be possible.

Second, we will use an SCSS library from Catppuccin to use our themes on Vencord.

Setup Vencord

Windows

Click here for instant download

Linux

sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"

Mac

Clikc here for instant download

From Source

Read here

Then simply close discord and run the installer script.

Themes (Optional)

After installing Vencord you want to update your discord themes.

image

Read the theme instructions to find and edit the discord themes.

My personal fav is below:

  1. Frappé
https://catppuccin.github.io/discord/dist/catppuccin-frappe.theme.css
  1. Macchiato
https://catppuccin.github.io/discord/dist/catppuccin-macchiato.theme.css
  1. Roundmoled
https://raw.githubusercontent.com/tiredmala/Roundmoled/main/main.css

Plugins

Vencord comes with a lot of plugins pre-configured. Simply go to the tab and enable some. Keep in mind the more you have enabled the more resources the discord app will use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment