From 5d6554a3c77949c0057efb8a9f310453626ebf94 Mon Sep 17 00:00:00 2001 From: wood chen Date: Sun, 22 Sep 2024 18:14:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=A0=E9=99=A4=20"?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E6=8F=90=E7=A4=BA=E8=AF=8D=E5=88=97=E8=A1=A8?= =?UTF-8?q?"=20=E5=91=BD=E4=BB=A4=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/bot_commands.go | 1 - 1 file changed, 1 deletion(-) 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...)