diff --git a/private/sound-library.ini b/private/sound-library.ini index 17f57ba..6c22cd0 100644 --- a/private/sound-library.ini +++ b/private/sound-library.ini @@ -890,3 +890,8 @@ sources[mp3] = "//static.flash.moe/sounds/discord-notif.mp3" title = "Can I get a salad?" sources[opus] = "//static.flash.moe/sounds/salad.opus" sources[caf] = "//static.flash.moe/sounds/salad.caf" + +[misc:yu] +title = "ユ!" +sources[opus] = "//static.flash.moe/sounds/yu.opus" +sources[caf] = "//static.flash.moe/sounds/yu.caf" diff --git a/private/text-triggers.ini b/private/text-triggers.ini index 007539a..794a29b 100644 --- a/private/text-triggers.ini +++ b/private/text-triggers.ini @@ -298,7 +298,15 @@ sounds[] = moge:aaaaaaaaaa match[] = "has:あああああ" match[] = "has:アアアアア" -[snd-aaaaa] +[snd-getsalad] type = sound sounds[] = misc:getasalad match[] = "lc; has:get a salad" + +[snd-yu] +type = sound +sounds[] = misc:yu +match[] = "lc; is:yu" +match[] = "lc; is:yu!" +match[] = "is:ユ" +match[] = "is:ユ!"