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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.Rest/Entities/Interactions/RestApplicationCommandOption.cs
|
|
@@ -41,7 +41,7 @@ namespace Discord.Rest |
|
|
|
public IReadOnlyCollection<RestApplicationCommandChoice> Choices { get; private set; } |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// Gets a collection of <see cref="RestApplicationCommandOption"/>'s for this command. |
|
|
|
/// Gets a collection of <see cref="RestApplicationCommandOption"/>s for this command. |
|
|
|
/// </summary> |
|
|
|
public IReadOnlyCollection<RestApplicationCommandOption> Options { get; private set; } |
|
|
|
|
|
|
|