GitPedia

BetterDiscordPlugins

A collection of plugins for the @BetterDiscord client modification (BiggerStreamPreview, WhoReacted, SecretRingTone and GuildProfile).

From jaimeadf·Updated October 20, 2025·View on GitHub·

A collection of plugins for the [BetterDiscord](https://betterdiscord.app) client modification written by me with a lot of ☕. The project is written primarily in JavaScript, distributed under the MIT License license, first published in 2021. Key topics include: bd, bd-plugin, betterdiscord, betterdiscord-plugin, discord.

BetterDiscordPlugins

A collection of plugins for the BetterDiscord client modification written by me with a lot of ☕.

BiggerStreamPreview

View bigger stream previews via the context menu.

Development

This project uses lerna and yarn workspaces to divide each plugin into its own isolated container inside the packages folder.

Getting started

Prerequisites

Setup

sh
# 1. Clone the repository and navigate to its directory: git clone https://github.com/jaimeadf/BetterDiscordPlugins && cd BetterDiscordPlugins # 2. Install the dependencies: yarn install # 3. Run the `watch:dev` script: yarn watch:dev # Now, you may edit any plugin and see the changes take effect in real time. # Happy coding 🎉!

Scripts

Note: These scripts may be run for all plugins simultaneously from the project's root or independently from the plugin's directory.

  • yarn build: Builds the plugins for distribution.
  • yarn build:dev: Builds the plugins directly into your plugins folder.
  • yarn watch:dev: Watches for any changes and automatically builds the plugins directly into your plugins folder.

Contributors

Showing top 12 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from jaimeadf/BetterDiscordPlugins via the GitHub API.Last fetched: 6/28/2026