You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clustering for hikari made easy. Run examples with `python -m examples.<example name>` (`python -m examples.basic`)
7
+
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.
8
+
9
+
See the #clusters channel in the hikari-py discord for help.
10
+
11
+
Run examples with `python -m examples.<example name>` (`python -m examples.basic`)
0 commit comments