diff options
author | TrueDoctor <d-kobert@web.de> | 2018-04-09 19:59:34 +0200 |
---|---|---|
committer | TrueDoctor <d-kobert@web.de> | 2018-04-09 19:59:34 +0200 |
commit | bdf2b48e9939c0bcc91608963b610ba26bf3e90e (patch) | |
tree | 9af4c1ead91d79af50698d0cfb8837ddbd6f2e8c /DiscoBot/Auxiliary | |
parent | 3e65fcf47b116122e10704a26d36ef79c5093c89 (diff) | |
parent | dad67f269ade9578f9bafd50a9bf57ae19b1676e (diff) |
Merge branch 'master' of https://github.com/TrueDoctor/DiscoBot
Diffstat (limited to 'DiscoBot/Auxiliary')
-rw-r--r-- | DiscoBot/Auxiliary/Soundeffects.cs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/DiscoBot/Auxiliary/Soundeffects.cs b/DiscoBot/Auxiliary/Soundeffects.cs index eb79177..d04b1c0 100644 --- a/DiscoBot/Auxiliary/Soundeffects.cs +++ b/DiscoBot/Auxiliary/Soundeffects.cs @@ -44,8 +44,10 @@ namespace DiscoBot.Auxiliary url = "https://www.myinstants.com/media/sounds/nooo.swf.mp3"; break; case Sound.Wrong: - url = "https://www.myinstants.com/media/sounds/stupid_dum_03.mp3"; - vol = 10; + // url = "https://www.myinstants.com/media/sounds/stupid_dum_03.mp3"; + // vol = 10; + url = "https://www.myinstants.com/media/sounds/wrong-answer-sound-effect.mp3"; + vol = 50; break; } |