- akn/manage/callback.py +2 -2
akn/manage/callback.py
CHANGED
@@ -870,8 +870,8 @@ async def confirm_userbot_str(_, cb: CallbackQuery):
|
|
870 |
],
|
871 |
[
|
872 |
InlineKeyboardButton(
|
873 |
-
text="
|
874 |
-
callback_data="
|
875 |
)
|
876 |
],
|
877 |
[
|
|
|
870 |
],
|
871 |
[
|
872 |
InlineKeyboardButton(
|
873 |
+
text="⭐ My Userbot",
|
874 |
+
callback_data="my_userbotub"
|
875 |
)
|
876 |
],
|
877 |
[
|