mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
📝 Update pyproject.toml and README.md to use fancy pypi readme (#12)
This commit is contained in:
12
README.md
12
README.md
@@ -1,6 +1,8 @@
|
||||
<div align="center">
|
||||
<h1>Pycord REST</h1>
|
||||
|
||||
<!-- badges -->
|
||||
|
||||
[](https://pypi.org/project/pycord-rest-bot/)
|
||||
[](https://pypi.org/project/pycord-rest-bot/)
|
||||
[](https://pypi.org/project/pycord-rest-bot/)
|
||||
@@ -8,11 +10,19 @@
|
||||
[](https://github.com/Paillat-dev/pycord-rest/actions/workflows/CI.yaml)
|
||||
[](https://results.pre-commit.ci/latest/github/Paillat-dev/pycord-rest/main)
|
||||
|
||||
<!-- end badges -->
|
||||
|
||||
<!-- short description -->
|
||||
|
||||
A lightweight wrapper for Discord's HTTP interactions and webhook events using py-cord
|
||||
and FastAPI.
|
||||
|
||||
<!-- end short description -->
|
||||
|
||||
</div>
|
||||
|
||||
<!-- toc -->
|
||||
|
||||
## Table of Contents
|
||||
|
||||
- [Overview](#overview)
|
||||
@@ -60,6 +70,8 @@ pip install pycord-rest-bot --prerelease=allow
|
||||
> [!NOTE]
|
||||
> The package is currently in pre-release.
|
||||
|
||||
<!-- quick-start -->
|
||||
|
||||
## Quick Start
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user