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


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


Loading…
Cancel
Save