From 4fe7cb47a78388c9e2b1c2fb72db284c83555f69 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sun, 9 Mar 2025 20:14:40 +0100 Subject: [PATCH] :memo: Add "Getting Help" section to README.md with support resources --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f0a5813..c0fb073 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ and FastAPI. - [Custom Routes](#custom-routes) - [Configuration](#configuration) - [Limitations](#limitations) +- [Getting Help](#getting-help) - [Development](#development) - [Local Testing](#local-testing) - [Contributing](#contributing) @@ -232,6 +233,22 @@ Since Pycord REST doesn't use Discord's WebSocket gateway: - Member tracking - **Limited Events** - Only interaction-based and webhook events work +## Getting Help + +If you encounter issues or have questions about pycord-rest: + +- **GitHub Issues**: + [Submit a bug report or feature request](https://github.com/Paillat-dev/pycord-rest/issues) +- **Discord Support**: + - For py-cord related questions: Join the + [Pycord Official Server](https://discord.gg/pycord) + - For pycord-rest specific help: Join the + [Pycord Official Server](https://discord.gg/pycord) and mention `@paillat` + + +> [!TIP] +> Before asking for help, check if your question is already answered in the [examples directory](/examples) or existing GitHub issues. + ## Development ### Local Testing