- Plugin template for better discord. SASS and TSX support out the box
- Uses rollupjs for built in tsx, sass and minifying support
- Rollup builds the plugin to both your local betterdiscord path and then plugin folder in the local repo, whenever your file changes
- Support for any npm module using react through @rollup/plugin-alias
- First make sure you have node installed
- Clone the repo by either downloading the repo zip or setting up your on repo on github
- Install the dependencies on your local using your package manager of choice
- Change the package name in
package.json
, and then the.tsx
file name to match. Make sure to update the plugin meta inrollup.config.js
- Of you go!