Update tgbot.py

This commit is contained in:
midoks 2023-03-15 21:53:41 +08:00
parent 10bd7aa70f
commit dac3ccce8d
1 changed files with 1 additions and 1 deletions

View File

@ -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帖子主题【超找时,不要忘记:冒号】"),
],
)