mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-10 17:04:49 +08:00
fixed discord integration not being inside the account section
This commit is contained in:
parent
cfd9570309
commit
75b32795fb
1 changed files with 35 additions and 34 deletions
|
@ -1853,41 +1853,42 @@
|
|||
account
|
||||
<i class="fas fa-chevron-down"></i>
|
||||
</div>
|
||||
<div class="section discordIntegration">
|
||||
<h1>discord integration</h1>
|
||||
<div class="text">
|
||||
When you connect your monkeytype account to your Discord
|
||||
account, you will be automatically assigned a new role every
|
||||
time you achieve a new personal best in a 60 second test. If you
|
||||
pair your accounts before joining the Discord server the bot
|
||||
<i>will not</i>
|
||||
give you a role.
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a
|
||||
class="button"
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=798272335035498557&redirect_uri=https%3A%2F%2Fmonkeytype.com%2Fverify&response_type=token&scope=identify"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
Link with Discord
|
||||
</a>
|
||||
</div>
|
||||
<div class="info hidden">
|
||||
<div>
|
||||
<i class="fas fa-check"></i>
|
||||
Your accounts are paired!
|
||||
</div>
|
||||
<div
|
||||
id="unlinkDiscordButton"
|
||||
class="text-button"
|
||||
aria-label="Unlink"
|
||||
data-balloon-pos="up"
|
||||
>
|
||||
<i class="fas fa-unlink" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="settingsGroup account hidden">
|
||||
<div class="section discordIntegration">
|
||||
<h1>discord integration</h1>
|
||||
<div class="text">
|
||||
When you connect your monkeytype account to your Discord
|
||||
account, you will be automatically assigned a new role every
|
||||
time you achieve a new personal best in a 60 second test. If
|
||||
you pair your accounts before joining the Discord server the
|
||||
bot
|
||||
<i>will not</i>
|
||||
give you a role.
|
||||
</div>
|
||||
<div class="buttons">
|
||||
<a
|
||||
class="button"
|
||||
href="https://discord.com/api/oauth2/authorize?client_id=798272335035498557&redirect_uri=https%3A%2F%2Fmonkeytype.com%2Fverify&response_type=token&scope=identify"
|
||||
style="text-decoration: none"
|
||||
>
|
||||
Link with Discord
|
||||
</a>
|
||||
</div>
|
||||
<div class="info hidden">
|
||||
<div>
|
||||
<i class="fas fa-check"></i>
|
||||
Your accounts are paired!
|
||||
</div>
|
||||
<div
|
||||
id="unlinkDiscordButton"
|
||||
class="text-button"
|
||||
aria-label="Unlink"
|
||||
data-balloon-pos="up"
|
||||
>
|
||||
<i class="fas fa-unlink" aria-hidden="true"></i>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section tags">
|
||||
<h1>tags</h1>
|
||||
<div class="text">
|
||||
|
|
Loading…
Reference in a new issue