mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 10:39:53 +03:00
Change organization name references from TeamOctolings to LabsDevelopment (#93)
we are moving! (6 commits because I was too lazy to open the IDE) --------- Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
parent
0bf61ecf39
commit
5937fae552
5 changed files with 12 additions and 13 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue