From 0dbfd665f28c58ab854ed30ff5ffd1a838b32856 Mon Sep 17 00:00:00 2001 From: Andy Killorin <37423245+Speedy6451@users.noreply.github.com> Date: Mon, 9 Dec 2024 17:02:55 -0500 Subject: [PATCH] added additional soundbytes --- server/src/main.rs | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/server/src/main.rs b/server/src/main.rs index 0084552..d519079 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -78,6 +78,7 @@ async fn main() -> Result<()>{ .route("/admin", get(control)) .route("/phil", get(phil)) .route("/recent", get(recent_badge)) + .route("/setLast", post(set_last)) .route("/play", post(play)) .route("/openDoor", post(open_door)) .route("/open", get(open_door)) @@ -213,16 +214,26 @@ async fn soundboard() -> Html { for (name, sound) in [ ("I'm John the Fish!", "b1"), + ("Sup", "a19"), + ("Howdy Partner!", "a8"), + ("GETOUT", "d4"), + ("suspiciougs", "d5"), + ("foghorn", "d7"), + ("siren", "d6"), + ("you don't live here", "d8"), + ("piss off", "d10"), + ("ahwableda", "d1"), + ("wort", "wort"), ] { page.push_str(&format!(r#" -
+
"#)); } page.push_str(&format!(r#" -
+