mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
Resolve conversations
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
f2b6ed3e44
commit
dfea97b7b3
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,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://raw.githubusercontent.com/TeamOctolings/Octobot/{BuildInfo.Branch}/docs/octobot-banner.png")
|
.WithImageUrl("https://raw.githubusercontent.com/TeamOctolings/Octobot/HEAD/docs/octobot-banner.png")
|
||||||
.WithFooter(string.Format(Messages.Version, BuildInfo.Version))
|
.WithFooter(string.Format(Messages.Version, BuildInfo.Version))
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue