Browse Source

Update src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs

Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
pull/2099/head
Quin Lynch GitHub 3 years ago
parent
commit
ed02a5ee3d
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.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs View File

@@ -37,7 +37,7 @@ namespace Discord.WebSocket
public bool IsDefaultPermission { get; private set; }

/// <summary>
/// Gets a collection of <see cref="SocketApplicationCommandOption"/>'s for this command.
/// Gets a collection of <see cref="SocketApplicationCommandOption"/>s for this command.
/// </summary>
/// <remarks>
/// If the <see cref="Type"/> is not a slash command, this field will be an empty collection.


Loading…
Cancel
Save