refactored ungabunga because it actually works now
This commit is contained in:
@@ -84,6 +84,7 @@ fn ungabunga(txt: &str) -> String {
|
|||||||
match txt {
|
match txt {
|
||||||
"hello" | "hi" | "hey" => return "https://nohello.com".to_string(),
|
"hello" | "hi" | "hey" => return "https://nohello.com".to_string(),
|
||||||
"help" | "can anyone help?" | "helppp" => return "https://dontasktoask.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(),
|
_ => return "not pog".to_string(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user