Add user activity update

This commit is contained in:
2023-01-05 19:47:18 +01:00
parent f1a7e83f99
commit 382707f866
6 changed files with 118 additions and 21 deletions

View File

@@ -202,8 +202,6 @@ where
.into_async_read()
.compat();
log::info!("{}", file);
match bot
.send_photo(message.chat.id, InputFile::read(data))
.send()