Prerequisites
Before you begin, make sure you have:- Installed BetterDiscord following the installation guide
- Restarted Discord and verified BetterDiscord is active
Accessing BetterDiscord settings
Open Discord settings
Click the gear icon (User Settings) in the bottom left of Discord, next to your username.
Find BetterDiscord sections
Scroll down in the settings menu to find the BetterDiscord sections:
- Plugins - Manage and configure plugins
- Themes - Manage and preview themes
- Custom CSS - Write your own custom styles
If you don’t see BetterDiscord settings, make sure you fully restarted Discord after installation.
Installing your first theme
Themes change Discord’s appearance using custom CSS. Let’s install one from the BetterDiscord website.Browse available themes
Visit betterdiscord.app and browse the themes section to find one you like.You can filter by categories, search for specific styles, and preview themes before downloading.
Download the theme
Click on a theme you want to install, then click the download button. The file will have a
.theme.css extension.Open the themes folder
In Discord, open User Settings and navigate to the Themes section in BetterDiscord.Click the “Open Themes Folder” button at the top. This will open your BetterDiscord themes folder.
Add the theme file
Move or copy the downloaded
.theme.css file into the themes folder that just opened.The theme should appear in your BetterDiscord themes list immediately. If it doesn’t, try clicking the reload icon.
Enable the theme
Back in Discord’s Themes settings, you should see your new theme listed. Toggle the switch next to it to enable it.The theme will apply immediately - no restart required!
You can enable multiple themes at once. They will be applied in order, with themes lower in the list overriding earlier ones.
Installing your first plugin
Plugins add new functionality to Discord. Let’s install one from the BetterDiscord website.Browse available plugins
Visit betterdiscord.app and browse the plugins section.Read the plugin descriptions to understand what each one does before installing.
Download the plugin
Click on a plugin you want to install, then click the download button. The file will have a
.plugin.js extension.Open the plugins folder
In Discord, open User Settings and navigate to the Plugins section in BetterDiscord.Click the “Open Plugins Folder” button at the top. This will open your BetterDiscord plugins folder.
Add the plugin file
Move or copy the downloaded
.plugin.js file into the plugins folder that just opened.The plugin should appear in your BetterDiscord plugins list immediately. If it doesn’t, try clicking the reload icon.
Enable the plugin
Back in Discord’s Plugins settings, you should see your new plugin listed. Toggle the switch next to it to enable it.The plugin will activate immediately and may add new features or modify existing ones.
Quick installation method
There’s an even faster way to install addons if you already have the files:- Download a plugin or theme file
- Simply drag and drop the file directly into Discord’s window
- BetterDiscord will automatically detect it and move it to the correct folder
This drag-and-drop method works for both
.plugin.js and .theme.css files.Using custom CSS
For advanced users who want to write their own styles:Write your CSS
The Custom CSS editor lets you write CSS that will be applied to Discord. This is perfect for small tweaks or testing before creating a full theme.Example - Change the accent color:
Managing your addons
Enabling and disabling
Toggle addons on and off using the switches in the Plugins or Themes settings. This is useful for troubleshooting or temporarily disabling features.Updating addons
Many plugins can auto-update, but themes and some plugins require manual updates:- Check the plugin/theme’s page on the BetterDiscord website or GitHub for updates
- Download the new version
- Replace the old file in your plugins/themes folder with the new one
Removing addons
To remove an addon:- Disable it using the toggle switch
- Click the trash/delete icon next to it, or manually delete the file from the plugins/themes folder
Troubleshooting
Addon isn’t showing up
- Make sure the file has the correct extension (
.plugin.jsor.theme.css) - Try clicking the reload icon in the Plugins or Themes settings
- Check that the file isn’t corrupted by re-downloading it
Plugin isn’t working
- Check the plugin settings for any required configuration
- Look for error messages in the console (Ctrl+Shift+I, then Console tab)
- Make sure the plugin is compatible with your Discord version
- Try disabling other plugins to check for conflicts
Theme looks broken
- Themes can break when Discord updates its interface
- Check if the theme has been updated for the current Discord version
- Try disabling other themes to check for conflicts
- Some themes may conflict with certain plugins
Getting help
If you run into issues:- Check the #faq channel on the BetterDiscord Discord server
- Search for similar issues in the #support channels
- Read the plugin/theme documentation for specific addon issues
Next steps
Now that you know the basics:- Explore more plugins and themes on betterdiscord.app
- Learn about creating your own plugins
- Join the community on the BetterDiscord Discord server
- Check out advanced guides for power users