From 582a3de67fd0feab3becd0a0043d0fa59d0ad8c9 Mon Sep 17 00:00:00 2001 From: CircuitSacul Date: Fri, 13 Jan 2023 16:55:22 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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`)