Port rank for slash commands

This commit is contained in:
Daan Boerlage 2021-10-31 23:21:15 +01:00
parent 772557978b
commit e20faa43e1
Signed by: daan
GPG key ID: FCE070E1E4956606
5 changed files with 225 additions and 86 deletions

View file

@ -13,5 +13,11 @@ namespace Geekbot.Core.Interactions.ApplicationCommand
/// </summary>
[JsonPropertyName("name")]
public string Name { get; set; }
/// <summary>
/// value of the choice, up to 100 characters if string
/// </summary>
[JsonPropertyName("value")]
public string Value { get; set; }
}
}