randydev commited on
Commit
28eac2f
·
verified ·
1 Parent(s): d5c4f29

Update akn/manage/bots_manage.py

Browse files
Files changed (1) hide show
  1. akn/manage/bots_manage.py +1 -1
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(" Start Userbot", callback_data="create_userbot")]
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(