Update
In order to update a plugin, you should:
- Update the version in your
plugin.json
- Adapt the
tscordRequiredVersion
semver if needed - Run the
npm run lint:fix
command to format your code - Copy/paste your plugin folder in the
plugins
folder of a fork ofbarthofu/plugin-tscord
repo - 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
'smain
branch and yours - Wait till it's aproved by the Core Team