1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-19 16:33:36 +03:00

Make the logo in /about independent of image hosting

This commit is contained in:
Macintxsh 2024-04-01 15:47:06 +03:00
parent 9429dfe8d8
commit 49933847fa
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -100,7 +100,7 @@ public class AboutCommandGroup : CommandGroup
.WithSmallTitle(string.Format(Messages.AboutBot, bot.Username), bot)
.WithDescription(builder.ToString())
.WithColour(ColorsList.Cyan)
.WithImageUrl("https://i.ibb.co/fS6wZhh/octobot-banner.png")
.WithImageUrl("https://github.com/TeamOctolings/Octobot/raw/master/docs/octobot-banner.png")
.WithFooter(string.Format(Messages.Version, BuildInfo.Version))
.Build();