Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 472 Bytes

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