randydev commited on
Commit
afee755
Β·
verified Β·
1 Parent(s): 8a3fa89
Files changed (1) hide show
  1. akn/manage/bots_manage.py +2 -1
akn/manage/bots_manage.py CHANGED
@@ -64,7 +64,8 @@ async def userbotdashboardub(client: Client, callback: CallbackQuery):
64
  ])
65
 
66
  buttons.append(
67
- [InlineKeyboardButton("βš™οΈ Settings", callback_data="ubsetting")]
 
68
  )
69
  buttons.append(
70
  [InlineKeyboardButton("πŸ”™ Back", callback_data="confirm_userbot")]
 
64
  ])
65
 
66
  buttons.append(
67
+ [InlineKeyboardButton("πŸ”„ Refresh", callback_data="my_userbotub"),
68
+ InlineKeyboardButton("βš™οΈ Settings", callback_data="ubsetting")]
69
  )
70
  buttons.append(
71
  [InlineKeyboardButton("πŸ”™ Back", callback_data="confirm_userbot")]