From b166300642b4e2b0f94634841e4df1a4357ddec8 Mon Sep 17 00:00:00 2001 From: Macintosh II <95250141+mctaylors@users.noreply.github.com> Date: Wed, 22 Nov 2023 11:34:40 +0300 Subject: [PATCH] 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. --- docs/README.md | 2 +- src/Commands/AboutCommandGroup.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index be73f87..cdd9ced 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,5 @@

- Octobot banner + Octobot banner

diff --git a/src/Commands/AboutCommandGroup.cs b/src/Commands/AboutCommandGroup.cs index 8bfc881..ff58b66 100644 --- a/src/Commands/AboutCommandGroup.cs +++ b/src/Commands/AboutCommandGroup.cs @@ -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);