From dad67f269ade9578f9bafd50a9bf57ae19b1676e Mon Sep 17 00:00:00 2001 From: Kobert Date: Mon, 9 Apr 2018 19:07:05 +0200 Subject: Negative tap --- DiscoBot/Auxiliary/Soundeffects.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'DiscoBot/Auxiliary/Soundeffects.cs') 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; } -- cgit v1.2.3-54-g00ecf