diff options
author | TrueDoctor <d-kobert@web.de> | 2018-04-09 22:16:06 +0200 |
---|---|---|
committer | TrueDoctor <d-kobert@web.de> | 2018-04-09 22:16:06 +0200 |
commit | 74b9248fa51bd6c934a718b407972dc99fd297b0 (patch) | |
tree | e4f9447404c3e73054758ac69f423ef2bd8adc32 /DiscoBot/Auxiliary | |
parent | 8bfd733d009c1777463500bc515336edabdf920c (diff) |
Added Lifepoints
Diffstat (limited to 'DiscoBot/Auxiliary')
-rw-r--r-- | DiscoBot/Auxiliary/Soundeffects.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Auxiliary/Soundeffects.cs b/DiscoBot/Auxiliary/Soundeffects.cs index d04b1c0..3c67fac 100644 --- a/DiscoBot/Auxiliary/Soundeffects.cs +++ b/DiscoBot/Auxiliary/Soundeffects.cs @@ -53,7 +53,7 @@ namespace DiscoBot.Auxiliary if (url != string.Empty) { - await Task.Run(() => Voice.SendAsync(url, vol)); + Task.Run(() => Voice.SendAsync(url, vol)); return; } |