Set specific revision for py-cord and update installation command

Pinned py-cord dependency to a specific commit to ensure consistency and avoid unintended changes. Simplified the pip installation command for prerelease versions in the README.
This commit is contained in:
2025-04-23 18:52:02 +02:00
parent c8734547f7
commit 4a2a5f4548
3 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ Built on:
## Installation
```bash
pip install discord-progress-bar --prerelease=allow
pip install discord-progress-bar --pre
```
<!-- prettier-ignore -->