@@ -154,21 +154,22 @@ A list of all official extensions can be found `on our github page`_
154154
155155Those 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
167169Below 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
173174Usage 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