Compare commits

..

No commits in common. "e71cde3735ea4e250904ba919380011ec3befafb" and "c80fcbe02563468f3cba1647187b08cf74e77f0e" have entirely different histories.

View File

@ -157,7 +157,7 @@ async fn handle_callback(bot: Bot, mut db: DB, bm: BotMessage, q: CallbackQuery)
); );
match handler.call_args(vec![jsuser]) { match handler.call_args(vec![jsuser]) {
Ok(v) => { Ok(v) => {
println!("OK branch, value: {v:?}"); println!("OK branch");
if v.is_bool() { if v.is_bool() {
v.to_bool().unwrap_or(true) v.to_bool().unwrap_or(true)
} else if v.is_int() { } else if v.is_int() {