From f65a8a24e0c2046c7f85bc51fc4c3b42e1d00f83 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 14 Oct 2023 02:24:45 +0800 Subject: [PATCH] Update init_cmd.py --- plugins/tgbot/startup/extend/init_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", "搜索网易音乐"), ], )