Skip to content

Commit bf9771a

Browse files
authored
docs: add lavalink and fastapi to exts list; remove get (#1011)
* docs: add ``lavalink`` and ``fastapi`` to exts list; removes ``get`` and smt * Update faq.rst
1 parent e636d4e commit bf9771a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/faq.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -154,21 +154,22 @@ A list of all official extensions can be found `on our github page`_
154154

155155
Those are (at the moment):
156156

157-
- A `voice client`_ - which is still WIP, but it is able to listen for the ``VOICE_STATE_UPDATE`` event.
158-
- An `autosharder`_ for automatic sharding
157+
- `voice client`_ - which is still WIP, but it is able to listen for the ``VOICE_STATE_UPDATE`` event.
158+
- `autosharder`_ for automatic sharding
159159
- `wait_for`_ allows listening and waiting for a specific event or a component inside a function
160160
- `files`_ for file sending with ctx
161161
- `Molter`_ for message commands
162162
- `enhanced`_ which enhances the DX in general
163-
- A `paginator`_ for paginating embeds on messages using components
164-
- `persistence`_ - for storing data inside your custom IDs (as an alternative to ``wait_for``)
163+
- `paginator`_ for paginating embeds on messages using components
164+
- `persistence`_ for storing data inside your custom IDs (as an alternative to ``wait_for``)
165+
- `lavalink`_ for voice sending and listening ``VOICE_STATE_UPDATE`` event
166+
- `fastapi`_ for building own API
165167
- And a `boilerplate`_
166168

167169
Below are a few unofficial exts (for the time being) which implement some functionality similar to what d.py had:
168170

169171
- `checks and cooldowns`_
170172
- `tasks`_
171-
- `get`_ for getting objects from the discord API (will be implemented into the core library at a later time)
172173

173174
Usage examples can usually be found at the linked page
174175

@@ -318,4 +319,5 @@ Please join our `Discord Server`_ for any further support regarding our library
318319
.. _persistence: https://github.com/interactions-py/persistence
319320
.. _Molter: https://github.com/interactions-py/molter
320321
.. _boilerplate: https://github.com/interactions-py/boilerplate
321-
.. _get: https://github.com/EdVraz/interactions-get
322+
.. _lavalink: https://github.com/interactions-py/interactions-lavalink
323+
.. _fastapi: https://github.com/interactions-py/interactions-fastapi

0 commit comments

Comments
 (0)