randydev commited on
Commit
a5119b3
·
verified ·
1 Parent(s): fa8c27b

Update Detection/manager/start.py

Browse files
Files changed (1) hide show
  1. Detection/manager/start.py +1 -1
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,