Skip to content
/ plugin-template Public template

Plugin template for better discord. SASS and JSX support out the box

Notifications You must be signed in to change notification settings

chazzox/plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better discord plugin template

About

  • 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

Getting started

  1. First make sure you have node installed
  2. Clone the repo by either downloading the repo zip or setting up your on repo on github
  3. Install the dependencies on your local using your package manager of choice
  4. Change the package name in package.json, and then the .tsx file name to match. Make sure to update the plugin meta in rollup.config.js
  5. Of you go!