You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Telegram_Book_Bot/main.py
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -15,42 +15,47 @@
15
15
# ////////////////
16
16
# BOT COMMANDS............\\\
17
17
18
+
18
19
@bot.message_handler(commands=["start"])
19
20
defstarting(message):
20
21
text=f"I am a simple book bot.\nI will help you to download books of your own choice\nOur syntax is easy just send\n/book<space><book name>\nWithout without bracket sign.\nEXAMPLE : /book abc\n\nSend /help to get help"
0 commit comments