From 9dce8a64d3010b29437f5c7d3f57bede71df3848 Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Sun, 20 Aug 2023 23:18:09 +0300 Subject: [PATCH] Update AboutCommandGroup.cs Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com> --- src/Commands/AboutCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/AboutCommandGroup.cs b/src/Commands/AboutCommandGroup.cs index 34ba68d..d9f659e 100644 --- a/src/Commands/AboutCommandGroup.cs +++ b/src/Commands/AboutCommandGroup.cs @@ -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())