summaryrefslogtreecommitdiff
path: root/DiscoBot/Audio/Soundeffects.cs
diff options
context:
space:
mode:
authorKobert <Kassian.Kobert@gmail.com>2018-06-03 19:43:17 +0200
committerKobert <Kassian.Kobert@gmail.com>2018-06-03 19:43:17 +0200
commitc5d52357f365e2b095f5c430dceadd1f42045880 (patch)
treef257dd57ffb31da2e422dc64dc42de4cc13cd8c8 /DiscoBot/Audio/Soundeffects.cs
parent62c71f7189b0bc3689fe6f82a8234af922cef2d2 (diff)
parent256154e2ab4244e7267ffc21959a4ce65c982783 (diff)
Merge branch 'master' of https://github.com/TrueDoctor/DiscoBot
Diffstat (limited to 'DiscoBot/Audio/Soundeffects.cs')
-rw-r--r--DiscoBot/Audio/Soundeffects.cs2
1 files changed, 1 insertions, 1 deletions
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;
}