1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Update AboutCommandGroup.cs

Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-08-20 23:18:09 +03:00 committed by GitHub
parent d840e180f5
commit 9dce8a64d3
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ public class AboutCommandGroup : CommandGroup
builder.AppendLine()
.AppendLine(Markdown.Bold(Messages.AboutTitleWiki))
.AppendLine("https://github.com/TeamOctolings/Boyfriend/wiki");
.AppendLine("https://github.com/LabsDevelopment/Boyfriend/wiki");
var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser)
.WithDescription(builder.ToString())