From f80023e19c83a49c483c5fbef0d0d1d209aa1454 Mon Sep 17 00:00:00 2001 From: EdVraz <88881326+EdVraz@users.noreply.github.com> Date: Sat, 2 Jul 2022 20:03:58 +0200 Subject: [PATCH 1/2] REVERT: Remove Restful API ext --- docs/faq.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 0af3b3062..8325295ef 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -162,7 +162,6 @@ Those are (at the moment): - `enhanced`_ which enhances the DX in general - A `paginator`_ for paginating embeds on messages using components - `persistence`_ - for storing data inside your custom IDs (as an alternative to ``wait_for``) -- `rest`_ for connecting to a ``RESTful API`` - And a `boilerplate`_ Below are a few unofficial exts (for the time being) which implement some functionality similar to what d.py had: From 3626f1bd2b5ce728e36a5b483af589a467d7948a Mon Sep 17 00:00:00 2001 From: EdVraz <88881326+EdVraz@users.noreply.github.com> Date: Sat, 2 Jul 2022 20:06:11 +0200 Subject: [PATCH 2/2] REVERT: Remove Restful API ext --- docs/faq.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8325295ef..bb572d212 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -319,4 +319,3 @@ Please join our `Discord Server`_ for any further support regarding our library .. _Molter: https://github.com/interactions-py/molter .. _boilerplate: https://github.com/interactions-py/boilerplate .. _get: https://github.com/EdVraz/interactions-get -.. _rest: https://github.com/V3ntus/interactions-rest