From 2772286b718e0034da27ea7475dd86f0d2bde7e2 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 17 Dec 2023 13:29:53 +0100 Subject: [PATCH] [editor] Improve wording and visibility for bot connection Signed-off-by: Knut Ahlers --- src/generalConfig.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/generalConfig.vue b/src/generalConfig.vue index 65c6998..9cdd28b 100644 --- a/src/generalConfig.vue +++ b/src/generalConfig.vue @@ -273,24 +273,24 @@

- Here you can manage your bots auth-token: it's required to communicate with Twitch Chat and APIs. This will override the token you might have provided when starting the bot and will be automatically renewed as long as you don't change your password or revoke the apps permission on your bot account. + Here you can manage your bots auth-token: it's required to communicate with Twitch Chat and APIs. The access will be valid as long as you don't change the password or revoke the apps permission in your bot account.

  • Copy the URL provided below
  • -
  • Open an inkognito tab or different browser you are not logged into Twitch or are logged in with your bot account
  • +
  • Open an inkognito tab or different browser you are not logged into Twitch or are logged in with your bot account
  • Open the copied URL, sign in with the bot account and accept the permissions
  • -
  • The bot will display a message containing the authorized account. If this account is wrong, just start over, the token will be overwritten.
  • +
  • You will see a message containing the authorized account. If this account is wrong, just start over, the token will be overwritten.

- Bot is missing {{ botMissingScopes }} of its default scopes, please re-authorize the bot. + Bot is missing {{ botMissingScopes }} of its required scopes which will cause features not to work properly. Please re-authorize the bot using the URL below.