diff --git a/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionChoice.cs b/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionChoice.cs
index 4a1339dc2..63b6f6df8 100644
--- a/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionChoice.cs
+++ b/src/Discord.Net.Core/Entities/Interactions/ApplicationCommandOptionChoice.cs
@@ -14,7 +14,7 @@ namespace Discord
private string _name;
private object _value;
///
- /// The name of this choice.
+ /// Gets or sets the name of this choice.
///
public string Name
{
@@ -30,7 +30,7 @@ namespace Discord
}
///
- /// The value of this choice.
+ /// Gets or sets the value of this choice.
///
/// Discord only accepts int and string as the input.
///