mirror of
https://github.com/Paillat-dev/pycord-rest.git
synced 2026-01-02 00:56:19 +00:00
Create README.md
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Pycord rest
|
||||
The goal of this repository is to make pycord work with discord's http interactions, as described [here](https://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction) and [here](https://discord.com/developers/docs/interactions/overview#preparing-for-interactions).
|
||||
|
||||
To implement this, I will use:
|
||||
- fastapi - for the webserver
|
||||
- py-cord - for http only methods and reusing the command builders
|
||||
|
||||
This would essentially be a wrapper of pycord providing its own classes and methods.
|
||||
|
||||
todo:
|
||||
- [ ] webserver
|
||||
- [ ] Slash commands
|
||||
- [ ] Slash options
|
||||
- [ ] Slash autocomplete
|
||||
- [ ] UI components
|
||||
Reference in New Issue
Block a user