Skip to content

Commit 9efc8d0

Browse files
authored
docs: minor Quickstart page rewording (#511)
Moved section upwards, where it is more likely to be useful. Also fixed typo. Signed-off-by: Danilo Rezende <[email protected]>
1 parent 585789b commit 9efc8d0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/getting-started/quickstart.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Since TwitchIO 3 is fully asynchronous we will be using `asqlite` as our library
2929
pip install -U git+https://github.com/Rapptz/asqlite.git
3030
3131
32-
Before running the code below, there just a couple more steps we need to take.
32+
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.**
3333

3434
#. Create a new Twitch account. This will be the dedicated bot account.
3535
#. 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.
4141
.. note::
4242
If you are unsure how to get the user IDs for BOT_ID and OWNER_ID, please check :ref:`bot-id-owner-id`
4343

44-
**You only have to do this sequence of steps once. Or if the scopes need to change.**
45-
4644
.. code:: python3
4745
4846
"""An example of connecting to a conduit and subscribing to EventSub when a User Authorizes the application.

0 commit comments

Comments
 (0)