• Stars
    star
    154
  • Rank 240,583 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 8 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Plugins for BetterDiscord.

BetterDiscord Plugins

Plugins for the BetterDiscord client modification for Discord.

To get to the distributed plugin files click here.

Building from source

# install dependencies
npm install

# build all plugins
npm run build

# build specific plugins
npm run build -- BetterFolders BetterVolume

# build plugin to BetterDiscord folder & watch for changes
npm run dev -- BetterFolders