Update Detection/manager/start.py
Browse files
Detection/manager/start.py
CHANGED
@@ -13,7 +13,7 @@ from pyrogram.types import (
|
|
13 |
force_reply = ReplyKeyboardMarkup(
|
14 |
[
|
15 |
[KeyboardButton("Create Detection", request_contact=True), KeyboardButton("Show Sessions")],
|
16 |
-
[KeyboardButton("Start Sessions")],
|
17 |
[KeyboardButton("Cancel")]
|
18 |
],
|
19 |
resize_keyboard=True,
|
|
|
13 |
force_reply = ReplyKeyboardMarkup(
|
14 |
[
|
15 |
[KeyboardButton("Create Detection", request_contact=True), KeyboardButton("Show Sessions")],
|
16 |
+
[KeyboardButton("Start Sessions"), KeyboardButton("My Delete All")],
|
17 |
[KeyboardButton("Cancel")]
|
18 |
],
|
19 |
resize_keyboard=True,
|