This commit is contained in:
parent
08d9772861
commit
85652eda0a
@ -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?;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user