Custom this BotCommand #48

Merged
modulatingforce merged 12 commits from say-this-guy into master 2024-04-09 15:49:58 -04:00
Showing only changes of commit b43d6f8159 - Show all commits

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