Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardor Muminov committed Aug 18, 2017
1 parent 3f34c29 commit 10a28b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/bot.py
Original file line number Diff line number Diff line change
@@ -109,15 +109,15 @@ async def about_command(chat, match):
await chat.send_text(text, disable_web_page_preview=True)


@bot.command(r'/lotin')
@bot.command(r'/latin')
async def latin_command(chat, match):
text = format_text('''
Yaxshi o''tiribsizlarmi?
Internetda shuncha gap-so''zdan quruq qolib ketibman.
Bugundan boshlab men ham lotin alifbosida yozishni boshlayman. πŸ™ƒ
Lotin yozuvi β€” kelajakdagi botlar uchun taraqqiyot kalitidir. πŸ€–πŸ™ŒπŸ»
Lotin yozuvi β€” botlar taraqqiyoti uchun muhim. πŸ€–πŸ™ŒπŸ»
''')
logger.info('Got latin from %s', chat.sender)
await chat.send_text(text, disable_web_page_preview=True)

0 comments on commit 10a28b2

Please sign in to comment.