Rewriten the code
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful

working with command instead listener
This commit is contained in:
haruyuumei 2024-04-03 10:26:14 -03:00
parent 7e04699b67
commit b43d6f8159

View file

@ -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()),