Update tgbot.py
This commit is contained in:
parent
10bd7aa70f
commit
dac3ccce8d
|
|
@ -90,7 +90,7 @@ bot.delete_my_commands(scope=None, language_code=None)
|
|||
bot.set_my_commands(
|
||||
commands=[
|
||||
telebot.types.BotCommand("start", "查看帮助信息"),
|
||||
telebot.types.BotCommand("faq:", "查看bbs帖子主题【超找时,不要忘记:冒号】"),
|
||||
telebot.types.BotCommand("faq", "查看bbs帖子主题【超找时,不要忘记:冒号】"),
|
||||
],
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue