Try
Browse files
akn/manage/bots_manage.py
CHANGED
@@ -64,7 +64,8 @@ async def userbotdashboardub(client: Client, callback: CallbackQuery):
|
|
64 |
])
|
65 |
|
66 |
buttons.append(
|
67 |
-
[InlineKeyboardButton("
|
|
|
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")]
|