From 51d66dd06bd0111aef28e6db9621d99e4ca04b29 Mon Sep 17 00:00:00 2001 From: Paillat Date: Fri, 7 Mar 2025 15:49:17 +0100 Subject: [PATCH] Create README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..84e9931 --- /dev/null +++ b/README.md @@ -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