From 3b0d08f0e81fa87138cacab17381bdc21eb84cd4 Mon Sep 17 00:00:00 2001 From: Macintosh II Date: Tue, 3 Oct 2023 23:59:56 +0300 Subject: [PATCH] why Rider didn't told me about that Signed-off-by: Macintosh II --- src/Services/GuildDataService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Services/GuildDataService.cs b/src/Services/GuildDataService.cs index 9731302..88f205f 100644 --- a/src/Services/GuildDataService.cs +++ b/src/Services/GuildDataService.cs @@ -4,7 +4,6 @@ using System.Text.Json.Nodes; using Microsoft.Extensions.Hosting; using Microsoft.Extensions.Logging; using Octobot.Data; -using Remora.Discord.API.Objects; using Remora.Rest.Core; namespace Octobot.Services;