From 14466f91d253503dd9979e186359ca43075dd39b Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sat, 8 Mar 2025 19:52:02 +0100 Subject: [PATCH] :memo: Update installation instructions and clarify API method limitations in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb9c24f..a342cb1 100644 --- a/README.md +++ b/README.md @@ -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