Update
In order to update a plugin, you should:
- Update the version in your
plugin.json - Adapt the
tscordRequiredVersionsemver if needed - Run the
npm run lint:fixcommand to format your code - Copy/paste your plugin folder in the
pluginsfolder of a fork ofbarthofu/plugin-tscordrepo - Commit and push to your forked repository on a branch named
update/<plugin-name>/<version>(e.g:update/starboard/1.2.0) - Open a PR following the given template between
barthofu/plugin-tscord'smainbranch and yours - Wait till it's aproved by the Core Team