summaryrefslogtreecommitdiff
path: root/DiscoBot/Audio/AudioModule.cs
diff options
context:
space:
mode:
authorTrueDoctor <d-kobert@web.de>2018-06-15 09:58:24 +0200
committerTrueDoctor <d-kobert@web.de>2018-06-15 09:58:24 +0200
commit380d9ec6048663b0e497e2437222d783236b864f (patch)
tree635fd93e6902c696abe31526da1fc15db7f2d516 /DiscoBot/Audio/AudioModule.cs
parentc00b3bbf39ae2756aecceaa54b3a87a0e3955a9e (diff)
Added Properties Class
auto load last settings removed sound enumerable moved Sonds to properties moved Commands to properties
Diffstat (limited to 'DiscoBot/Audio/AudioModule.cs')
-rw-r--r--DiscoBot/Audio/AudioModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DiscoBot/Audio/AudioModule.cs b/DiscoBot/Audio/AudioModule.cs
index f2097b7..f8834f3 100644
--- a/DiscoBot/Audio/AudioModule.cs
+++ b/DiscoBot/Audio/AudioModule.cs
@@ -71,7 +71,7 @@ namespace DiscoBot.Audio
await _service.SendAudioAsync(Context.Guild, Context.Channel, song);
}
- SoundEffects.Play(tSound);
+ SoundEffects.Play(song);
}
}
} \ No newline at end of file