chore: update github repo URL

This commit is contained in:
spiral
2022-06-05 12:57:10 -04:00
parent 89a770d59b
commit a18fd9bd0d
14 changed files with 24 additions and 24 deletions

View File

@@ -63,7 +63,7 @@ public class Help
"We also have a Discord server for support, discussion, suggestions, announcements, etc: https://discord.gg/PczBt78"
)
},
Footer = new("By @Ske#6201 | Myriad by @Layl#8888 | GitHub: https://github.com/xSke/PluralKit/ | Website: https://pluralkit.me/"),
Footer = new("By @Ske#6201 | Myriad by @Layl#8888 | GitHub: https://github.com/PluralKit/PluralKit/ | Website: https://pluralkit.me/"),
Color = DiscordUtils.Blue,
};

View File

@@ -127,7 +127,7 @@ public class Misc
.Footer(new(String.Join(" \u2022 ", new[] {
$"PluralKit {BuildInfoService.Version}",
(isCluster ? $"Cluster {_botConfig.Cluster.NodeIndex}" : ""),
"https://github.com/xSke/PluralKit",
"https://github.com/PluralKit/PluralKit",
"Last restarted:",
})))
.Timestamp(process.StartTime.ToString("O"));

View File

@@ -78,7 +78,7 @@ public class ProxyTagParser
// We got a match, extract inner text
inner = input.Substring(prefix.Length, input.Length - prefix.Length - suffix.Length);
// (see https://github.com/xSke/PluralKit/pull/181)
// (see https://github.com/PluralKit/PluralKit/pull/181)
return inner.Trim() != "\U0000fe0f";
}