TEST: send test message on start
Some checks failed
Build && Deploy / cargo build (push) Failing after 38s

This commit is contained in:
Akulij 2025-05-04 03:37:01 +03:00
parent db3ef07dfc
commit 61bb4cf7e8

View File

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