feat(bot): add support for Discord message context commands (#513)
This commit is contained in:
@@ -4,6 +4,7 @@ namespace Myriad.Rest.Types;
|
||||
|
||||
public record ApplicationCommandRequest
|
||||
{
|
||||
public ApplicationCommand.ApplicationCommandType Type { get; init; }
|
||||
public string Name { get; init; }
|
||||
public string Description { get; init; }
|
||||
public List<ApplicationCommandOption>? Options { get; init; }
|
||||
|
Reference in New Issue
Block a user