mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 11:51:17 +00:00
[editor] Improve wording and visibility for bot connection
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8b3d3bdc98
commit
2772286b71
1 changed files with 5 additions and 5 deletions
|
@ -273,24 +273,24 @@
|
||||||
|
|
||||||
<b-card-body>
|
<b-card-body>
|
||||||
<p>
|
<p>
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Copy the URL provided below</li>
|
<li>Copy the URL provided below</li>
|
||||||
<li>Open an inkognito tab or different browser you are not logged into Twitch or are logged in with your bot account</li>
|
<li><strong>Open an inkognito tab or different browser you are not logged into Twitch or are logged in with your bot account</strong></li>
|
||||||
<li>Open the copied URL, sign in with the bot account and accept the permissions</li>
|
<li>Open the copied URL, sign in with the bot account and accept the permissions</li>
|
||||||
<li>The bot will display a message containing the authorized account. If this account is wrong, just start over, the token will be overwritten.</li>
|
<li>You will see a message containing the authorized account. If this account is wrong, just start over, the token will be overwritten.</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p
|
<p
|
||||||
v-if="botMissingScopes > 0"
|
v-if="botMissingScopes > 0"
|
||||||
class="text-warning"
|
class="alert alert-warning"
|
||||||
>
|
>
|
||||||
<font-awesome-icon
|
<font-awesome-icon
|
||||||
fixed-width
|
fixed-width
|
||||||
class="mr-1"
|
class="mr-1"
|
||||||
:icon="['fas', 'exclamation-triangle']"
|
:icon="['fas', 'exclamation-triangle']"
|
||||||
/>
|
/>
|
||||||
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.
|
||||||
</p>
|
</p>
|
||||||
<b-input-group>
|
<b-input-group>
|
||||||
<b-form-input
|
<b-form-input
|
||||||
|
|
Loading…
Reference in a new issue