We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094dbe0 commit 374bebbCopy full SHA for 374bebb
1 file changed
bot.py
@@ -25,7 +25,7 @@
25
# apihelper.API_URL = "http://0.0.0.0:8081/bot{0}/{1}"
26
27
# You can set parse_mode by default. HTML or MARKDOWN
28
-bot = telebot.TeleBot(TOKEN, parse_mode="HTML")
+bot = telebot.TeleBot(TOKEN, parse_mode="HTML", threaded=True)
29
# tb = telebot.AsyncTeleBot("TOKEN")
30
31
0 commit comments