bump version
fix path in dynamic import
ffs

sperm is a Discord plugin builder that makes plugins that work with every Discord client mod through Cumcord.
npm i -g sperm
All CLI functionality of sperm can be done via CLI switches to allow users to automate plugin builds using scripts or CI tools.
Use sperm --help [command] to get information on what a command does and what CLI switches it can use.
sperm init will prompt you for information regarding your plugin and create a manifest.sperm build will build a plugin from cumcord_manifest.json to dist/ by default.sperm dev will automatically open a connection to Cumcord's built-in development websocket to hot-reload your plugin and report errors.sperm helper will automatically generate "installation helper" plugins for GooseMod, BetterDiscord, Powercord, or Vizality (NOT RECOMMENDED) that install Cumcord and your plugins seamlessly without any work from you or your users.Distributing built plugins can be done in 3 ways:
sperm helper.dist folder and telling users to install it through Cumcord's settings UI. (example: https://cumcord-plugin.github.io/dist/)https://send.cumcord.com/#https://cumcord-plugin.github.io/dist/)sperm uses Rollup and esbuild to do the heavy-lifting and as a result your plugin may include these file types:
You can submit patches and development ideas on our development mailing list.
You can talk about Cumcord on our discussion mailing list.
Announcements can be found on our announcements mailing list.