mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-14 17:54:15 +01:00
add embed captcha to bot
This commit is contained in:
parent
b17fb758f9
commit
561e48510b
5 changed files with 79 additions and 13 deletions
|
|
@ -137,6 +137,7 @@ public partial class MareWizardModule
|
|||
eb.WithTitle("Failed to verify relink");
|
||||
eb.WithDescription("The bot was not able to find the required verification code on your Lodestone profile." + Environment.NewLine + Environment.NewLine
|
||||
+ "Please restart your relink process, make sure to save your profile _twice_ for it to be properly saved." + Environment.NewLine + Environment.NewLine
|
||||
+ "**Make sure your profile is set to public (All Users) for your character. The bot cannot read profiles with privacy settings set to \"logged in\" or \"private\".**" + Environment.NewLine + Environment.NewLine
|
||||
+ "The code the bot is looking for is**" + Environment.NewLine + Environment.NewLine
|
||||
+ "**" + verificationCode + "**");
|
||||
cb.WithButton("Cancel", "wizard-relink", emote: new Emoji("❌"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue