diff --git a/app/templates/discord.hbs b/app/templates/discord.hbs index 8587af7d..ef1fb62b 100644 --- a/app/templates/discord.hbs +++ b/app/templates/discord.hbs @@ -10,7 +10,7 @@ {{else}} - {{#if (or @model.userData.discordId (eq this.linkStatus 'linked'))}} + {{#if (and @model.userData.discordId (eq @model.userData.roles.archived false))}}

Your Discord account has been successfully linked.

@@ -20,7 +20,7 @@

Something went wrong. Please try again.

- {{else if (eq this.linkStatus 'not-linked')}} + {{else}}
\ No newline at end of file +