From ed02a5ee3df690877f3c91a2d2e0cefbe8238bd8 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Sat, 12 Feb 2022 06:47:11 -0400 Subject: [PATCH] Update src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> --- .../Interaction/SocketBaseCommand/SocketApplicationCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs index b0d0bf1cc..36eba0cd1 100644 --- a/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs +++ b/src/Discord.Net.WebSocket/Entities/Interaction/SocketBaseCommand/SocketApplicationCommand.cs @@ -37,7 +37,7 @@ namespace Discord.WebSocket public bool IsDefaultPermission { get; private set; } /// - /// Gets a collection of 's for this command. + /// Gets a collection of s for this command. /// /// /// If the is not a slash command, this field will be an empty collection.