Warning
This branch contains the source code for BetterDiscord plugins. It is NOT the compiled or ready-to-use plugin.
-
Clone the repository
git clone https://github.com/domi-btnr/BetterDiscordStuff.git cd BetterDiscordStuff -
Install dependencies
pnpm install
-
Compile the plugin
pnpm build --watch --install --plugins PluginName
| Flag | Description |
|---|---|
--watch |
Watch for file changes and automatically recompile |
--install |
Install the plugin directly to your BetterDiscord Plugins folder |
--publish |
Prepare a folder with the compiled plugin and README for main branch |
--plugins |
Specify which plugin(s) to compile (requires folder name) |
To ensure your PR is reviewed quickly:
- Base all PRs on the
developmentbranch - Keep PRs focused (one feature or fix per PR)
- Use clear and descriptive commit messages
- Do not commit compiled/dist files unless explicitly requested
- Ensure the plugin builds and works before submitting
- Update plugin metadata: Version, Changelog, and Update-Date