From c8f2a44037d4051794e7a5d022303e71814314b3 Mon Sep 17 00:00:00 2001 From: Sean Stoves Date: Sat, 8 Aug 2020 10:44:04 -0400 Subject: [PATCH] Fixing Typo --- ChaosBot/Discord/Modules/User/Lodestone.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaosBot/Discord/Modules/User/Lodestone.cs b/ChaosBot/Discord/Modules/User/Lodestone.cs index 3aba901..392f858 100644 --- a/ChaosBot/Discord/Modules/User/Lodestone.cs +++ b/ChaosBot/Discord/Modules/User/Lodestone.cs @@ -214,7 +214,7 @@ namespace ChaosBot.Discord.Modules.User sb.AppendLine($"Please add the following code anywhere in your bio."); sb.AppendLine($"```{b64}```"); sb.AppendLine( - $"You can access your bio by going to https://na.finalfantasyxiv.com/lodestone/my/setting/profile/ and signing in with our Final Fantasy Lodestone account."); + $"You can access your bio by going to https://na.finalfantasyxiv.com/lodestone/my/setting/profile/ and signing in with your Final Fantasy Lodestone account."); sb.AppendLine(); sb.AppendLine($"Please rerun the below command in <#{Context.Channel.Id}>"); sb.AppendLine($"```{Context.Message.Content}```");