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:
parent
9429dfe8d8
commit
49933847fa
1 changed files with 1 additions and 1 deletions
|
@ -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://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))
|
.WithFooter(string.Format(Messages.Version, BuildInfo.Version))
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue