Compare commits

..

No commits in common. "0f4ef3059b8db7ce6ecca50a1bfd918388fbd55a" and "2d2ebd0abe2e792cdd8eb8323d6bdfd3f8cf199b" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ public static class BuildInfo
private const string Commit = ThisAssembly.Git.Commit; private const string Commit = ThisAssembly.Git.Commit;
public const string Branch = ThisAssembly.Git.Branch; private const string Branch = ThisAssembly.Git.Branch;
public static bool IsDirty => ThisAssembly.Git.IsDirty; public static bool IsDirty => ThisAssembly.Git.IsDirty;

View file

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