Skip to content

Commit dcc8138

Browse files
Merge pull request #1 from valerialevenets/vl-patch-1
Update main.py
2 parents b0a9f78 + aedae50 commit dcc8138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ async def zrada(message: types.Message):
429429
'Адміни вирішать твою долю (тюрма або бан)'
430430

431431
keyboard = types.InlineKeyboardMarkup()
432-
keyboard.add(types.InlineKeyboardButton(text="🚓", callback_data=f'counter|🚓|0'))
432+
keyboard.add(types.InlineKeyboardButton(text="🍾", callback_data=f'counter|🍾|0'))
433433

434434
await bot.send_message(message.chat.id, text, reply_markup=keyboard)
435435

0 commit comments

Comments
 (0)