fix dot
This commit is contained in:
2
main.py
2
main.py
@@ -151,7 +151,7 @@ def telegram_bot():
|
|||||||
#logging
|
#logging
|
||||||
if LOGS:
|
if LOGS:
|
||||||
bot.forward_message(chat_id=GROUP_FOR_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)
|
message_id=message.message_id)
|
||||||
bot.send_message(message.chat.id, message_for_standup, parse_mode='html', reply_markup=markup,
|
bot.send_message(message.chat.id, message_for_standup, parse_mode='html', reply_markup=markup,
|
||||||
disable_web_page_preview=not PREVIEW_LINK)
|
disable_web_page_preview=not PREVIEW_LINK)
|
||||||
|
|||||||
Reference in New Issue
Block a user