From 3d54222185987fb0c108d08c5f439a6e6f93262b Mon Sep 17 00:00:00 2001 From: linlyboi Date: Wed, 10 Aug 2022 08:07:47 +0200 Subject: [PATCH] added roblox to cring word --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d0fec08..a1433bb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -82,7 +82,7 @@ async fn main() { } fn get_response(txt: &str) -> String { //hard coded for now but will change later pls no bully - const CRING_WORDS: [&str; 3] = ["arch btw","garuda","dragon ball legends"]; + const CRING_WORDS: [&str; 3] = ["arch btw","garuda","dragon ball legends", "roblox"]; for cring in CRING_WORDS { if txt.to_lowercase().contains(&cring) { return "you just posted cringe".to_string();