Update tgbot.py

pull/393/head
midoks 2 years ago
parent dac3ccce8d
commit 4ff62ec6ad
  1. 2
      plugins/tgbot/startup/tgbot.py

@ -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…
Cancel
Save