Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardor Muminov committed Jul 26, 2017
1 parent 1c0387b commit 096a346
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 @@ -147,7 +147,7 @@ async def group_message_event(chat, message):
@bot.command(r'/about')
async def about_command(chat, match):
text = format_text('''
Бот https://github.com/Uzbek-Developers/uzdevsbot
https://github.com/Uzbek-Developers/uzdevsbot
''')
logger.info('Got about from %s', chat.sender)
await chat.send_text(text, disable_web_page_preview=True)

0 comments on commit 096a346

Please sign in to comment.