From 8e588028a0f12efbd6159286e995d122f097dc08 Mon Sep 17 00:00:00 2001 From: mctaylors <95250141+mctaylors@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:10:57 +0300 Subject: [PATCH] Update MuteCommand.cs (again) --- Commands/MuteCommand.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Commands/MuteCommand.cs b/Commands/MuteCommand.cs index 9b16634..cdd7fe5 100644 --- a/Commands/MuteCommand.cs +++ b/Commands/MuteCommand.cs @@ -1,6 +1,5 @@ using Boyfriend.Data; using Discord; -using Discord.WebSocket; namespace Boyfriend.Commands;