missing
Browse files
akn/manage/bots_manage.py
CHANGED
@@ -147,7 +147,7 @@ async def show_user_bots(client: Client, callback: CallbackQuery):
|
|
147 |
buttons.append([
|
148 |
InlineKeyboardButton(
|
149 |
f"❌ Cancel {token_preview}",
|
150 |
-
callback_data=f"
|
151 |
)
|
152 |
])
|
153 |
|
|
|
147 |
buttons.append([
|
148 |
InlineKeyboardButton(
|
149 |
f"❌ Cancel {token_preview}",
|
150 |
+
callback_data=f"cancelbotdl_{bot.get('uuid', 'unknown')}"
|
151 |
)
|
152 |
])
|
153 |
|