diff --git a/core/bot_commands.go b/core/bot_commands.go index c54b028..6c2d9fe 100644 --- a/core/bot_commands.go +++ b/core/bot_commands.go @@ -18,7 +18,6 @@ func RegisterCommands(bot *tgbotapi.BotAPI) error { {Command: "delwhite", Description: "从白名单移除域名"}, {Command: "listwhite", Description: "列出白名单域名"}, {Command: "prompt", Description: "设置提示词回复"}, - {Command: "prompt list", Description: "查看提示词列表"}, } config := tgbotapi.NewSetMyCommands(commands...)