mirror of
https://github.com/aljazceru/chatgpt-telegram-bot.git
synced 2025-12-22 23:25:41 +01:00
update README.md
This commit is contained in:
@@ -436,7 +436,8 @@ class ChatGPTTelegramBot:
|
||||
sent_message = await update.effective_message.reply_text(
|
||||
message_thread_id=get_thread_id(update),
|
||||
reply_to_message_id=get_reply_to_message_id(self.config, update),
|
||||
text=content
|
||||
text=content,
|
||||
disable_web_page_preview=True
|
||||
)
|
||||
except:
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user