mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-29 10:39:53 +03:00
Update CDN links for Octobot banner (#192)
Old CDN links are no longer working and they must be changed to new links to display Octobot banner properly.
This commit is contained in:
parent
71299c7086
commit
b166300642
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ public class AboutCommandGroup : CommandGroup
|
|||
var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, bot)
|
||||
.WithDescription(builder.ToString())
|
||||
.WithColour(ColorsList.Cyan)
|
||||
.WithImageUrl("https://mctaylors.ddns.net/cdn/octobot-banner.png")
|
||||
.WithImageUrl("https://cdn.mctaylors.ru/octobot-banner.png")
|
||||
.Build();
|
||||
|
||||
return await _feedback.SendContextualEmbedResultAsync(embed, ct);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue