From b43d6f8159cf9e107f44f8f648e2673dcc593dba Mon Sep 17 00:00:00 2001 From: haruyuumei Date: Wed, 3 Apr 2024 10:26:14 -0300 Subject: [PATCH] Rewriten the code working with command instead listener --- src/custom/thisguy.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/custom/thisguy.rs b/src/custom/thisguy.rs index 0ca6de8..052f601 100644 --- a/src/custom/thisguy.rs +++ b/src/custom/thisguy.rs @@ -22,8 +22,6 @@ async fn tsg(params: ExecBodyParams) { let r = rand::thread_rng().gen_range(0..=4); let a = phrases[r].clone(); - let test = params.get_parent_module(); - botlog::debug( "This guy works!", Some("modules > thisguy()".to_string()),