Bot requirements
To ensure uninterrupted gameplay during a match, your bot must meet the following criteria at any point in time:
- Output response time after receiving a message is under 1 second.
- Maintain RAM usage below 1GB.
- Keep disk usage under 5MB.
For Python users only: your bot only use the following packages: numpy
, pandas
, scipy
, scikit-learn
.
If you want to use other python packages, please reach out the dev team on our Discord server.