Equicord is a community project and welcomes any kind of contribution from anyone!
We have development documentation for new contributors, which can be found at https://docs.equicord.org.
Important
All contributions must follow our Code of Conduct.
Contributions are submitted through pull requests. If you are new to Git or GitHub, we recommend reading this guide.
Pull requests can target either the main or dev branch.
Unless you are experienced and know what you are doing, always target main. The dev branch may contain unstable changes and can be force-pushed frequently, which may break your pull request.
Developing a plugin is the primary way to contribute.
Before starting your plugin:
- Join our Discord server.
- Check existing pull requests to avoid duplicate work.
- Check the plugin requests tracker to see if your idea already exists or was rejected.
- If no request exists, open one and clearly state that you want to work on it yourself.
- Wait for feedback before starting development, as some ideas may not be accepted or may need adjustments.
- Familiarize yourself with the plugin rules below.
Warning
Skipping these steps may result in your plugin being rejected, even if it is technically correct.
To keep Equicord stable, secure and maintainable, all plugins must follow these rules:
- No simple slash-command plugins (e.g.
/cat). If applicable, create a user-installable Discord app instead. - No simple text replacement plugins (the built-in TextReplace plugin already covers this).
- No raw DOM manipulation — always use proper patches and React.
- No FakeDeafen or FakeMute functionality.
- No StereoMic-related plugins.
- No plugins that only hide or redesign UI elements (use CSS for that). This rule may be negotiable.
- No plugins that interact with specific third-party Discord bots (official Discord apps are allowed).
- No selfbots or API abuse (auto-replies, animated statuses, message pruning, Nitro snipers, etc.).
- No untrusted third-party APIs (well-known services like Google or GitHub are acceptable).
- No plugins that require users to provide their own API keys.
- Do not introduce new dependencies unless they are strictly necessary and well justified.
Plugins that violate any of these rules will not be accepted.
If you want to improve Equicord beyond plugins, such as internal features or performance improvements, you are welcome to open a feature request so it can be discussed.
Bug fixes, refactors, and documentation improvements are also highly appreciated!
We have an open support channel in our Discord community. Helping out users there is always appreciated! The more, the merrier.