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;