randydev commited on
Commit
3f3ff32
·
verified ·
1 Parent(s): a36887a
Files changed (1) hide show
  1. akn/manage/bots_manage.py +1 -1
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="start_userbot")]
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(