mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +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
|
## Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install pycord-reactive-bot
|
pip install pycord-rest-bot
|
||||||
```
|
```
|
||||||
|
|
||||||
## Quick Start
|
## 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:
|
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.
|
- **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:
|
- **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()`
|
- `app.get_channel()`, `app.get_guild()`, `app.get_user()`, etc.
|
||||||
- Presence updates
|
- Presence updates
|
||||||
- Voice support
|
- Voice support
|
||||||
- Member tracking
|
- Member tracking
|
||||||
|
|||||||
Reference in New Issue
Block a user