From 5f67718fa1c8f5cb918bafabcb33e69484fd9462 Mon Sep 17 00:00:00 2001 From: Macintosh II Date: Wed, 4 Oct 2023 15:17:12 +0300 Subject: [PATCH] Remove unused directive Signed-off-by: Macintosh II --- src/Responders/GuildUnloadedResponder.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Responders/GuildUnloadedResponder.cs b/src/Responders/GuildUnloadedResponder.cs index d0bac85..bdc181e 100644 --- a/src/Responders/GuildUnloadedResponder.cs +++ b/src/Responders/GuildUnloadedResponder.cs @@ -3,7 +3,6 @@ using Microsoft.Extensions.Logging; using Octobot.Data; using Octobot.Services; using Remora.Discord.API.Abstractions.Gateway.Events; -using Remora.Discord.API.Gateway.Events; using Remora.Discord.Gateway.Responders; using Remora.Results;