Update init_cmd.py

This commit is contained in:
midoks 2023-10-14 02:24:45 +08:00
parent 91a71a1eb3
commit f65a8a24e0
1 changed files with 1 additions and 1 deletions

View File

@ -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", "搜索网易音乐"),
],
)