test2
All checks were successful
Build && Deploy / cargo build (push) Successful in 53s

This commit is contained in:
Akulij 2025-05-04 04:35:07 +03:00
parent 08d9772861
commit 85652eda0a

View File

@ -704,7 +704,7 @@ async fn user_command_handler(
); );
match cmd { match cmd {
UserCommands::Start(meta) => { UserCommands::Start(meta) => {
bot.send_message(msg.chat.id, "Test").await?; bot.send_message(msg.chat.id, "Test2").await?;
if !meta.is_empty() { if !meta.is_empty() {
user.insert_meta(&mut db, &meta).await?; user.insert_meta(&mut db, &meta).await?;
} }