Add logging

This commit is contained in:
Jeff 2024-06-16 19:37:04 -04:00
parent 15a0361083
commit 94302fb8c7

View File

@ -289,6 +289,8 @@ impl Bot {
);
}
info!("Rolling a die 1-{max}");
let random = thread_rng().gen_range(1..max);
match message.chat_type {