Port rank for slash commands
This commit is contained in:
parent
772557978b
commit
e20faa43e1
5 changed files with 225 additions and 86 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue