mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-13 14:14:15 +01:00
fix verify relink
This commit is contained in:
parent
3a84afc579
commit
76dded0840
1 changed files with 1 additions and 1 deletions
|
|
@ -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**");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue