From 256154e2ab4244e7267ffc21959a4ce65c982783 Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Sun, 3 Jun 2018 15:16:59 +0200 Subject: Basic code cleanup and removal of unnessesery libarys --- DiscoBot/Audio/Soundeffects.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DiscoBot/Audio/Soundeffects.cs') diff --git a/DiscoBot/Audio/Soundeffects.cs b/DiscoBot/Audio/Soundeffects.cs index 9982947..7e5e918 100644 --- a/DiscoBot/Audio/Soundeffects.cs +++ b/DiscoBot/Audio/Soundeffects.cs @@ -67,7 +67,7 @@ if (url != string.Empty) { // await Dsa.Service.SendAudioAsync(url, vol); - await Voice.SendAsync(url, volume); + Voice.SendAsync(url, volume); return; } -- cgit v1.2.3-70-g09d2