Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/getting-started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``.
Expand All @@ -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.
Expand Down