diff --git a/plugins/tgbot/startup/extend/init_cmd.py b/plugins/tgbot/startup/extend/init_cmd.py index ae3fdc4b0..75048aef1 100644 --- a/plugins/tgbot/startup/extend/init_cmd.py +++ b/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", "搜索网易音乐"), ], )