Browse Source

update ApplicationCommandOptionChoiceProperties summaries

pull/1923/head
quin lynch 3 years ago
parent
commit
d374042321
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionChoice.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionChoice.cs View File

@@ -14,7 +14,7 @@ namespace Discord
private string _name;
private object _value;
/// <summary>
/// The name of this choice.
/// Gets or sets the name of this choice.
/// </summary>
public string Name
{
@@ -30,7 +30,7 @@ namespace Discord
}

/// <summary>
/// The value of this choice.
/// Gets or sets the value of this choice.
/// <note type="warning">
/// Discord only accepts int and string as the input.
/// </note>


Loading…
Cancel
Save