This commit is contained in:
KerradKerridi
2022-09-02 00:27:05 +03:00
parent ab426a7de9
commit 0a9756e4aa

View File

@@ -151,7 +151,7 @@ def telegram_bot():
#logging
if LOGS:
bot.forward_message(chat_id=GROUP_FOR_LOGS,
from_chat_id=message.chat_id,
from_chat_id=message.chat.id,
message_id=message.message_id)
bot.send_message(message.chat.id, message_for_standup, parse_mode='html', reply_markup=markup,
disable_web_page_preview=not PREVIEW_LINK)