1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

url != iconUrl

Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2023-12-18 01:44:16 +03:00
parent 4e0bc9b20c
commit bb28b0abc8
Signed by: mctaylors
GPG key ID: 7181BEBE676903C1

View file

@ -85,7 +85,7 @@ public class AboutCommandGroup : CommandGroup
} }
var embed = new EmbedBuilder() 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()) .WithDescription(builder.ToString())
.WithColour(ColorsList.Cyan) .WithColour(ColorsList.Cyan)
.WithImageUrl("https://cdn.mctaylors.ru/octobot-banner.png") .WithImageUrl("https://cdn.mctaylors.ru/octobot-banner.png")