Skip to content

Commit 7ff1920

Browse files
author
Sardor Muminov
committed
Fix typo
1 parent b621098 commit 7ff1920

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ async def bitcoin(chat, match):
6161
text = format_text('''
6262
Биткойн
6363
Курс: {last}{symbol}
64-
⬆️ Сотиляпти: {sell}{symbol}
65-
⬇️ Олиняпти: {buy}{symbol}
64+
⬆️ Сотасиз: {sell}{symbol}
65+
⬇️ Оласиз: {buy}{symbol}
6666
''')
6767
await chat.send_text(
6868
text.format(last=last, symbol=symbol, sell=sell, buy=buy))

0 commit comments

Comments
 (0)