Browse Source

Update src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs

Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
pull/2099/head
Quin Lynch GitHub 3 years ago
parent
commit
b43356da78
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs

+ 1
- 1
src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs View File

@@ -36,7 +36,7 @@ namespace Discord.Rest
public double? MaxValue { get; private set; }

/// <summary>
/// Gets a collection of <see cref="RestApplicationCommandChoice"/>'s for this command.
/// Gets a collection of <see cref="RestApplicationCommandChoice"/>s for this command.
/// </summary>
public IReadOnlyCollection<RestApplicationCommandChoice> Choices { get; private set; }



Loading…
Cancel
Save