forked from TeamInklings/Octobot
resolving some conflicts...
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
commit
3154377a99
1 changed files with 1 additions and 1 deletions
|
@ -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/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))
|
.WithFooter(string.Format(Messages.Version, BuildInfo.Version))
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
|
|
Reference in a new issue