📖 Update installation command in README for correct package name

This commit is contained in:
2025-03-08 22:00:48 +01:00
parent 14f0317a1f
commit fea252daf1

View File

@@ -14,7 +14,7 @@ This project is built on:
## Installation
```bash
pip install pycord-reactive-bot --prerelease=allow
pip install pycord-rest-bot --prerelease=allow
```
Currently, the package is in pre-release, so you need to use the `--prerelease=allow` flag to install it.