working with command instead listener
This commit is contained in:
parent
7e04699b67
commit
b43d6f8159
1 changed files with 0 additions and 2 deletions
|
@ -22,8 +22,6 @@ async fn tsg(params: ExecBodyParams) {
|
||||||
let r = rand::thread_rng().gen_range(0..=4);
|
let r = rand::thread_rng().gen_range(0..=4);
|
||||||
let a = phrases[r].clone();
|
let a = phrases[r].clone();
|
||||||
|
|
||||||
let test = params.get_parent_module();
|
|
||||||
|
|
||||||
botlog::debug(
|
botlog::debug(
|
||||||
"This guy works!",
|
"This guy works!",
|
||||||
Some("modules > thisguy()".to_string()),
|
Some("modules > thisguy()".to_string()),
|
||||||
|
|
Loading…
Reference in a new issue