1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-10 07:53:15 +03:00

Replace repo link with website link

This commit is contained in:
Macintxsh 2024-08-22 20:47:16 +05:00
parent e457b4609e
commit 34906d9d93
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2
5 changed files with 11 additions and 9 deletions

View file

@ -106,9 +106,9 @@ public sealed class AboutCommandGroup : CommandGroup
var repositoryButton = new ButtonComponent(
ButtonComponentStyle.Link,
Messages.ButtonOpenRepository,
Messages.ButtonOpenWebsite,
new PartialEmoji(Name: "\ud83c\udf10"), // 'GLOBE WITH MERIDIANS' (U+1F310)
URL: BuildInfo.RepositoryUrl
URL: BuildInfo.WebsiteUrl
);
var wikiButton = new ButtonComponent(