From 2d7ec0829e43c02bf4effbf02520b4fb7d2d7a71 Mon Sep 17 00:00:00 2001 From: Myx Date: Sun, 14 Apr 2024 16:06:18 +0200 Subject: [PATCH] Add Join and Play handlers, Expand Command Builder functionality --- Bot/Handler/MusicPlayer/Extensions.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Bot/Handler/MusicPlayer/Extensions.cs b/Bot/Handler/MusicPlayer/Extensions.cs index 5edb217..f6ee1bf 100644 --- a/Bot/Handler/MusicPlayer/Extensions.cs +++ b/Bot/Handler/MusicPlayer/Extensions.cs @@ -1,5 +1,4 @@ using Discord; -using Discord.Commands; using Discord.WebSocket; using Victoria.Node;