Skip to content

Commit 0c6f59b

Browse files
EepyElvyraDamego
andauthored
docs: update FAQ and quickstart documentation links (#1038)
* Docs: add back previous changes * docs: fix outdated links in the quickstart (#1037) Co-authored-by: Damego <damego.dev@gmail.com>
1 parent 7819ffc commit 0c6f59b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
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

docs/quickstart.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,6 @@ Usage of ``@autodefer()``:
686686
await asyncio.sleep(5)
687687
await ctx.send("I'm awake now!")
688688
689-
.. _Client: https://interactionspy.rtfd.io/en/stable/client.html
690-
.. _find these component types: https://interactionspy.readthedocs.io/en/stable/models.component.html
689+
.. _Client: https://interactionspy.rtfd.io/en/latest/client.html
690+
.. _find these component types: https://interactionspy.readthedocs.io/en/latest/models.component.html
691691
.. _discord applications page: https://discord.com/developers/applications

0 commit comments

Comments
 (0)