mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 09:06:20 +00:00
📝 Update installation instructions and clarify API method limitations in README.md
This commit is contained in:
@@ -14,7 +14,7 @@ This project is built on:
|
||||
## Installation
|
||||
|
||||
```bash
|
||||
pip install pycord-reactive-bot
|
||||
pip install pycord-rest-bot
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
@@ -78,8 +78,8 @@ async def button(ctx):
|
||||
This library works differently than traditional bots because it does not use Discord's WebSocket gateway:
|
||||
|
||||
- **No Cache**: Since there's no gateway connection, there's no cache of guilds, channels, users, etc.
|
||||
- **Limited API Methods**: Many standard Discord.py/py-cord methods that rely on cache won't work properly:
|
||||
- `app.get_channel()`, `app.get_guild()`, `app.get_user()`
|
||||
- **Limited API Methods**: Many standard py-cord methods that rely on cache won't work properly:
|
||||
- `app.get_channel()`, `app.get_guild()`, `app.get_user()`, etc.
|
||||
- Presence updates
|
||||
- Voice support
|
||||
- Member tracking
|
||||
|
||||
Reference in New Issue
Block a user