We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0a9f78 + aedae50 commit dcc8138Copy full SHA for dcc8138
main.py
@@ -429,7 +429,7 @@ async def zrada(message: types.Message):
429
'Адміни вирішать твою долю (тюрма або бан)'
430
431
keyboard = types.InlineKeyboardMarkup()
432
- keyboard.add(types.InlineKeyboardButton(text="🚓", callback_data=f'counter|🚓|0'))
+ keyboard.add(types.InlineKeyboardButton(text="🍾", callback_data=f'counter|🍾|0'))
433
434
await bot.send_message(message.chat.id, text, reply_markup=keyboard)
435
0 commit comments