From bb28b0abc8e782381dcd32d1abfbbcb3f0624338 Mon Sep 17 00:00:00 2001 From: mctaylors Date: Mon, 18 Dec 2023 01:44:16 +0300 Subject: [PATCH] url != iconUrl Signed-off-by: mctaylors --- src/Commands/AboutCommandGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/AboutCommandGroup.cs b/src/Commands/AboutCommandGroup.cs index 78558a3..ab9f519 100644 --- a/src/Commands/AboutCommandGroup.cs +++ b/src/Commands/AboutCommandGroup.cs @@ -85,7 +85,7 @@ public class AboutCommandGroup : CommandGroup } var embed = new EmbedBuilder() - .WithAuthor(Messages.AboutBot, "https://cdn.mctaylors.ru/octobot-icon.png") + .WithAuthor(Messages.AboutBot, iconUrl: "https://cdn.mctaylors.ru/octobot-icon.png") .WithDescription(builder.ToString()) .WithColour(ColorsList.Cyan) .WithImageUrl("https://cdn.mctaylors.ru/octobot-banner.png")