Add logging
This commit is contained in:
parent
15a0361083
commit
94302fb8c7
@ -289,6 +289,8 @@ impl Bot {
|
||||
);
|
||||
}
|
||||
|
||||
info!("Rolling a die 1-{max}");
|
||||
|
||||
let random = thread_rng().gen_range(1..max);
|
||||
|
||||
match message.chat_type {
|
||||
|
Loading…
Reference in New Issue
Block a user