Update init_cmd.py

pull/483/head
midoks 2 years ago
parent 91a71a1eb3
commit f65a8a24e0
  1. 2
      plugins/tgbot/startup/extend/init_cmd.py

@ -22,7 +22,7 @@ def init(bot):
bot.set_my_commands(
commands=[
telebot.types.BotCommand("start", "查看帮助信息"),
telebot.types.BotCommand("faq", ""),
telebot.types.BotCommand("faq", "BBS帮助"),
telebot.types.BotCommand("music", "搜索网易音乐"),
],
)

Loading…
Cancel
Save