From c493518eaf053d88c8af12f81ec16e62c576b759 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sun, 19 Nov 2023 22:50:46 +0200 Subject: [PATCH] Update token docs Closes #1159 --- .docs/Token-and-IDs.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.docs/Token-and-IDs.md b/.docs/Token-and-IDs.md index 4ef1d25..7dbdf15 100644 --- a/.docs/Token-and-IDs.md +++ b/.docs/Token-and-IDs.md @@ -48,12 +48,12 @@ Prerequisite step: Navigate to [discord.com](https://discord.com) and login.

-4. Click the text box labelled `Filter` and type `library`. The entries will filter down to a single entry named `library`. +4. Click the text box labelled `Filter` and type `messages`. The entries will filter down to a single request named `messages`. If the request doesn't appear, switch to any other Discord channel to trigger it.

-5. Click the entry named `library`. A panel will open to the right and display details about the entry. Click the `Headers` tab if it isn't already active. +5. Click the entry named `messages`. A panel will open to the right and display details about the entry. Click the `Headers` tab if it isn't already active.

@@ -136,12 +136,12 @@ Prerequisite step: Navigate to [discord.com](https://discord.com) and login.

-3. Type `library` into the filter. The network request list will filter out any entries not containing the string `library`. +3. Type `messages` into the filter. The network request list will filter out any entries not containing the string `messages`. If the request doesn't appear, switch to any other Discord channel to trigger it.

-4. Click `library`. The [network request details pane](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_details/index.html) will display. The [headers tab](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_details/index.html#network-monitor-request-details-headers-tab) should be active by default. If it isn’t, click it. +4. Click `messages`. The [network request details pane](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_details/index.html) will display. The [headers tab](https://firefox-source-docs.mozilla.org/devtools-user/network_monitor/request_details/index.html#network-monitor-request-details-headers-tab) should be active by default. If it isn’t, click it.