From 3627eb76b76e00cf46a227aafbfb50a5b76cd4a8 Mon Sep 17 00:00:00 2001 From: Danilo Rezende <50598421+returnDanilo@users.noreply.github.com> Date: Fri, 1 Aug 2025 13:33:23 -0300 Subject: [PATCH] docs: minor Quickstart page rewording Moved section upwards, where it is more likely to be useful. Also fixed typo. Signed-off-by: Danilo Rezende <50598421+returnDanilo@users.noreply.github.com> --- docs/getting-started/quickstart.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/getting-started/quickstart.rst b/docs/getting-started/quickstart.rst index d0fb24ba..6781bcdf 100644 --- a/docs/getting-started/quickstart.rst +++ b/docs/getting-started/quickstart.rst @@ -29,7 +29,7 @@ Since TwitchIO 3 is fully asynchronous we will be using `asqlite` as our library pip install -U git+https://github.com/Rapptz/asqlite.git -Before running the code below, there just a couple more steps we need to take. +Before running the code below, there are just a couple more steps we need to take. **You only have to do this sequence of steps once. Or if you change the scopes used.** #. Create a new Twitch account. This will be the dedicated bot account. #. Enter your CLIENT_ID, CLIENT_SECRET, BOT_ID and OWNER_ID into the placeholders in the below example. See :ref:`faqs` on how to retrieve the ``BOT_ID`` and ``OWNER_ID``. @@ -41,8 +41,6 @@ Before running the code below, there just a couple more steps we need to take. .. note:: If you are unsure how to get the user IDs for BOT_ID and OWNER_ID, please check :ref:`bot-id-owner-id` -**You only have to do this sequence of steps once. Or if the scopes need to change.** - .. code:: python3 """An example of connecting to a conduit and subscribing to EventSub when a User Authorizes the application.