feat(bot): port message info embeds to cv2
Some checks are pending
Build and push Docker image / .net docker build (push) Waiting to run
.net checks / run .net tests (push) Waiting to run
.net checks / dotnet-format (push) Waiting to run

This commit is contained in:
asleepyskye 2025-10-24 10:23:38 -04:00
parent 14f11bd1e9
commit 83f2d33c3d
7 changed files with 312 additions and 31 deletions

View file

@ -11,6 +11,7 @@ public record MessageComponent
public string? Url { get; init; }
public bool? Disabled { get; init; }
public uint? AccentColor { get; init; }
public int? Spacing { get; init; }
public ComponentMedia? Media { get; init; }
public ComponentMediaItem[]? Items { get; init; }