TEST: send test message on start
Some checks failed
Build && Deploy / cargo build (push) Failing after 38s
Some checks failed
Build && Deploy / cargo build (push) Failing after 38s
This commit is contained in:
parent
db3ef07dfc
commit
61bb4cf7e8
@ -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?;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user