Update akn/manage/bots_manage.py
Browse files
akn/manage/bots_manage.py
CHANGED
@@ -60,7 +60,7 @@ async def userbotdashboardub(client: Client, callback: CallbackQuery):
|
|
60 |
|
61 |
if status == "approved":
|
62 |
buttons.extend([
|
63 |
-
[InlineKeyboardButton("
|
64 |
])
|
65 |
|
66 |
buttons.append(
|
|
|
60 |
|
61 |
if status == "approved":
|
62 |
buttons.extend([
|
63 |
+
[InlineKeyboardButton("❔ Check Status", callback_data=f"statusub_{user_id}")]
|
64 |
])
|
65 |
|
66 |
buttons.append(
|