forked from TeamInklings/Octobot
Compare commits
2 commits
2d2ebd0abe
...
3154377a99
Author | SHA1 | Date | |
---|---|---|---|
3154377a99 | |||
508edcbd68 |
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)
|
||||
.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();
|
||||
|
||||
|
|
Reference in a new issue