diff --git a/plugins/tgbot/startup/tgbot.py b/plugins/tgbot/startup/tgbot.py index 94f03ef3a..01fa9d541 100644 --- a/plugins/tgbot/startup/tgbot.py +++ b/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帖子主题【超找时,不要忘记:冒号】"), ], )