From 1a2753d25771b1e699ab288722cf108f5479d66b Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Fri, 28 May 2021 13:30:51 -0500 Subject: [PATCH] Addition of required library missed in merge --- .../Entities/Interaction/Slash Commands/SocketSlashCommand.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Discord.Net.WebSocket/Entities/Interaction/Slash Commands/SocketSlashCommand.cs b/src/Discord.Net.WebSocket/Entities/Interaction/Slash Commands/SocketSlashCommand.cs index 69b18c44d..72e8a0d6a 100644 --- a/src/Discord.Net.WebSocket/Entities/Interaction/Slash Commands/SocketSlashCommand.cs +++ b/src/Discord.Net.WebSocket/Entities/Interaction/Slash Commands/SocketSlashCommand.cs @@ -1,6 +1,7 @@ using Discord.Rest; using Newtonsoft.Json.Linq; using System; +using System.Linq; using System.Threading.Tasks; using DataModel = Discord.API.ApplicationCommandInteractionData; using Model = Discord.API.Gateway.InteractionCreated;