feat(bot): clean up / paginate help command

This commit is contained in:
spiral
2022-06-14 19:05:15 -04:00
parent f3c02a4254
commit f0b5749d5c
5 changed files with 159 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ namespace Myriad.Types;
public record MessageComponent
{
public ComponentType Type { get; init; }
public ButtonStyle? Style { get; init; }
public ButtonStyle? Style { get; set; }
public string? Label { get; init; }
public Emoji? Emoji { get; init; }
public string? CustomId { get; init; }