From 8d8c35d4985da58863ff484ae5a36aed8d662f29 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:22:07 +0700 Subject: [PATCH] use emoji --- program/callback.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/program/callback.py b/program/callback.py index 54ceef4..c516548 100644 --- a/program/callback.py +++ b/program/callback.py @@ -107,9 +107,9 @@ async def set_commands(_, query: CallbackQuery): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Admins Commands", callback_data="admin_command"), + InlineKeyboardButton("👷🏻 Admins Commands", callback_data="admin_command"), ],[ - InlineKeyboardButton("Users Commands", callback_data="user_command"), + InlineKeyboardButton("👩🏻‍💼 Users Commands", callback_data="user_command"), ],[ InlineKeyboardButton("Sudo Commands", callback_data="sudo_command"), InlineKeyboardButton("Owner Commands", callback_data="owner_command"),