diff --git a/fs24bot3/Commands/NetstalkingCommandsModule.cs b/fs24bot3/Commands/NetstalkingCommandsModule.cs index 17774dd..989bb82 100644 --- a/fs24bot3/Commands/NetstalkingCommandsModule.cs +++ b/fs24bot3/Commands/NetstalkingCommandsModule.cs @@ -1,8 +1,10 @@ using fs24bot3.Helpers; using fs24bot3.Models; using fs24bot3.QmmandsProcessors; +using HtmlAgilityPack; using Newtonsoft.Json; using Qmmands; +using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; @@ -22,8 +24,6 @@ public sealed class NetstalkingCommandsModule : ModuleBase