1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 10:39:53 +03:00

Change logo CDN (#108)

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-19 04:23:02 +03:00 committed by GitHub
parent 1225ff83d4
commit b796b885a1
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -84,7 +84,7 @@ public class AboutCommandGroup : CommandGroup
var embed = new EmbedBuilder().WithSmallTitle(Messages.AboutBot, currentUser)
.WithDescription(builder.ToString())
.WithColour(ColorsList.Cyan)
.WithImageUrl("https://cdn.upload.systems/uploads/JFAaX5vr.png")
.WithImageUrl("https://mctaylors.ddns.net/cdn/boyfriend-banner-light.png")
.Build();
return await _feedback.SendContextualEmbedResultAsync(embed, ct);