refactored ungabunga because it actually works now

This commit is contained in:
LinlyBoi
2022-08-08 21:35:10 +02:00
parent 0021e9a4b5
commit 99d6525379

View File

@@ -84,6 +84,7 @@ fn ungabunga(txt: &str) -> String {
match txt {
"hello" | "hi" | "hey" => return "https://nohello.com".to_string(),
"help" | "can anyone help?" | "helppp" => return "https://dontasktoask.com".to_string(),
"arch btw" | "I use arch btw" => return "no one fucking cares".to_string(),
_ => return "not pog".to_string(),
}