mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
url != iconUrl
Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
parent
4e0bc9b20c
commit
bb28b0abc8
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue