diff --git a/client/pages/DiscordVerify.tsx b/client/pages/DiscordVerify.tsx index bf3d4e57..0495b0dd 100644 --- a/client/pages/DiscordVerify.tsx +++ b/client/pages/DiscordVerify.tsx @@ -142,67 +142,72 @@ export default function DiscordVerify() { - + {success && discordUser ? ( // Success State -
- - - Successfully Linked! - - Your Discord account ({discordUser.username}) has been - linked to your AeThex profile. +
+ + + Successfully Linked! + + Your Discord account has been connected to your AeThex profile. -
-

- Discord User +

+

+ Discord Account

-

- {discordUser.username}# - {discordUser.discriminator || "0000"} +

+ {discordUser.username} + #{discordUser.discriminator || "0000"}

-

+

Redirecting to your profile settings...

) : ( // Input State -
-
-

+

+
+

+ 📋 How to get your code:

-
    -
  1. Open Discord
  2. -
  3. - Go to any server where the AeThex bot is installed +
      +
    1. + 1. + Open Discord
    2. -
    3. - Type{" "} - - /verify - +
    4. + 2. + Go to any server where the AeThex bot is installed +
    5. +
    6. + 3. + Type /verify +
    7. +
    8. + 4. + Copy the 6-digit code from the bot's response
    9. -
    10. Copy the 6-digit code from the bot's response
{error && ( - - - Verification Failed - {error} + + + Verification Failed + {error} )}