forked from TeamInklings/Octobot
Compare commits
No commits in common. "3154377a99ee377b4ba84c8cc346baca56fb7076" and "2d2ebd0abe2e792cdd8eb8323d6bdfd3f8cf199b" have entirely different histories.
3154377a99
...
2d2ebd0abe
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/HEAD/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))
|
||||
.Build();
|
||||
|
||||
|
|
Reference in a new issue