Compare commits

...

2 commits

Author SHA1 Message Date
3154377a99
resolving some conflicts...
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
2024-04-11 00:27:34 +03:00
508edcbd68
Don't hardcode logo's link in /about (#301)
In this PR, I made the logo link in /about use HEAD instead of hardcoded
branch.

---------

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com>
2024-04-08 14:02:31 +03:00

View file

@ -118,7 +118,7 @@ public class AboutCommandGroup : CommandGroup
.WithSmallTitle(string.Format(Messages.AboutBot, bot.Username), bot)
.WithDescription(builder.ToString())
.WithColour(ColorsList.Cyan)
.WithImageUrl("https://git.mctaylors.ru/TeamInklings/OctobotStealth/media/branch/stealth/docs/octobot-banner.png")
.WithImageUrl("https://git.mctaylors.ru/TeamInklings/OctobotStealth/media/branch/HEAD/docs/octobot-banner.png")
.WithFooter(string.Format(Messages.Version, BuildInfo.Version))
.Build();