diff --git a/README.md b/README.md index 839b2b1..900ad3d 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ [![pypi](https://github.com/TrigonDev/hikari-clusters/actions/workflows/pypi.yml/badge.svg)](https://pypi.org/project/hikari-clusters) [![pre-commit.ci status](https://results.pre-commit.ci/badge/github/TrigonDev/hikari-clusters/main.svg)](https://results.pre-commit.ci/latest/github/TrigonDev/hikari-clusters/main) -[Documentation](https://github.com/circuitsacul/hikari-clusters/wiki) | [Support](https://discord.gg/dGAzZDaTS9) +[Documentation](https://github.com/circuitsacul/hikari-clusters/wiki) -Clustering for hikari made easy. Run examples with `python -m examples.` (`python -m examples.basic`) +hikari-clusters allows you to scale your Discord bots horizontally by using multiprocessing and websockets. This means that your bot can use multiple cores, as well as multiple VPSes. + +See the #clusters channel in the hikari-py discord for help. + +Run examples with `python -m examples.` (`python -m examples.basic`)