Skip to content

Commit

Permalink
Disable page preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardor Muminov committed Jul 26, 2017
1 parent fbc8684 commit 1c0387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ async def about_command(chat, match):
Бот https://github.com/Uzbek-Developers/uzdevsbot
''')
logger.info('Got about from %s', chat.sender)
await chat.send_text(text)
await chat.send_text(text, disable_web_page_preview=True)

0 comments on commit 1c0387b

Please sign in to comment.