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