fix verify relink

This commit is contained in:
rootdarkarchon
2022-11-19 13:11:08 +01:00
parent 3a84afc579
commit 76dded0840

View File

@@ -111,7 +111,7 @@ public class MareModule : InteractionModuleBase
eb.WithDescription("You are already queued for verification. Please wait."); eb.WithDescription("You are already queued for verification. Please wait.");
await RespondAsync(embeds: new[] { eb.Build() }, ephemeral: true).ConfigureAwait(false); await RespondAsync(embeds: new[] { eb.Build() }, ephemeral: true).ConfigureAwait(false);
} }
else if (!_botServices.DiscordLodestoneMapping.ContainsKey(Context.User.Id)) else if (!_botServices.DiscordRelinkLodestoneMapping.ContainsKey(Context.User.Id))
{ {
eb.WithTitle("Cannot verify relink"); eb.WithTitle("Cannot verify relink");
eb.WithDescription("You need to **/relink** first before you can **/verify_relink**"); eb.WithDescription("You need to **/relink** first before you can **/verify_relink**");