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.