randydev commited on
Commit
7d31d70
·
verified ·
1 Parent(s): 59136f0

Update Detection/manager/start.py

Browse files
Files changed (1) hide show
  1. Detection/manager/start.py +1 -0
Detection/manager/start.py CHANGED
@@ -13,6 +13,7 @@ from pyrogram.types import (
13
  force_reply = ReplyKeyboardMarkup(
14
  [
15
  [KeyboardButton("Create Detection", request_contact=True), KeyboardButton("Show Sessions")],
 
16
  [KeyboardButton("Cancel")]
17
  ],
18
  resize_keyboard=True,
 
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,