summaryrefslogtreecommitdiff
path: root/DiscoBot/Auxiliary/Soundeffects.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DiscoBot/Auxiliary/Soundeffects.cs')
-rw-r--r--DiscoBot/Auxiliary/Soundeffects.cs6
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;
}