1
0
Fork 1
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:
Macintxsh 2023-11-22 11:34:40 +03:00 committed by GitHub
parent 71299c7086
commit b166300642
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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);