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:
parent
1225ff83d4
commit
b796b885a1
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue