diff options
author | Kobert <Kassian.Kobert@gmail.com> | 2018-04-09 19:07:05 +0200 |
---|---|---|
committer | Kobert <Kassian.Kobert@gmail.com> | 2018-04-09 19:07:05 +0200 |
commit | dad67f269ade9578f9bafd50a9bf57ae19b1676e (patch) | |
tree | cf37a5300c72259f1b8c39abaa91c955abcb8f10 /DiscoBot/Auxiliary | |
parent | 5975fb9de7bb99103aa6e83f7c13834efaddcc7d (diff) |
Negative tap
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 880753d..d275eb4 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; } |