akn/manage/bots_manage.py
CHANGED
@@ -57,7 +57,7 @@ async def userbotdashboardub(client: Client, callback: CallbackQuery):
|
|
57 |
|
58 |
if status == "approved":
|
59 |
buttons.extend([
|
60 |
-
[InlineKeyboardButton("⚡ Start Userbot", callback_data="
|
61 |
])
|
62 |
|
63 |
buttons.append(
|
|
|
57 |
|
58 |
if status == "approved":
|
59 |
buttons.extend([
|
60 |
+
[InlineKeyboardButton("⚡ Start Userbot", callback_data="create_userbot")]
|
61 |
])
|
62 |
|
63 |
buttons.append(
|