@@ -154,21 +154,22 @@ A list of all official extensions can be found `on our github page`_
154
154
155
155
Those are (at the moment):
156
156
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
159
159
- `wait_for `_ allows listening and waiting for a specific event or a component inside a function
160
160
- `files `_ for file sending with ctx
161
161
- `Molter `_ for message commands
162
162
- `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
165
167
- And a `boilerplate `_
166
168
167
169
Below are a few unofficial exts (for the time being) which implement some functionality similar to what d.py had:
168
170
169
171
- `checks and cooldowns `_
170
172
- `tasks `_
171
- - `get `_ for getting objects from the discord API (will be implemented into the core library at a later time)
172
173
173
174
Usage examples can usually be found at the linked page
174
175
@@ -318,4 +319,5 @@ Please join our `Discord Server`_ for any further support regarding our library
318
319
.. _persistence : https://github.com/interactions-py/persistence
319
320
.. _Molter : https://github.com/interactions-py/molter
320
321
.. _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