mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
📝 Add "Getting Help" section to README.md with support resources
This commit is contained in:
17
README.md
17
README.md
@@ -31,6 +31,7 @@ and FastAPI.
|
|||||||
- [Custom Routes](#custom-routes)
|
- [Custom Routes](#custom-routes)
|
||||||
- [Configuration](#configuration)
|
- [Configuration](#configuration)
|
||||||
- [Limitations](#limitations)
|
- [Limitations](#limitations)
|
||||||
|
- [Getting Help](#getting-help)
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Local Testing](#local-testing)
|
- [Local Testing](#local-testing)
|
||||||
- [Contributing](#contributing)
|
- [Contributing](#contributing)
|
||||||
@@ -232,6 +233,22 @@ Since Pycord REST doesn't use Discord's WebSocket gateway:
|
|||||||
- Member tracking
|
- Member tracking
|
||||||
- **Limited Events** - Only interaction-based and webhook events work
|
- **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`
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
> [!TIP]
|
||||||
|
> Before asking for help, check if your question is already answered in the [examples directory](/examples) or existing GitHub issues.
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
### Local Testing
|
### Local Testing
|
||||||
|
|||||||
Reference in New Issue
Block a user