From 5b98da8cef2426e10be57c037cb8ae9f8ac50aaa Mon Sep 17 00:00:00 2001 From: lixiangwuxian Date: Fri, 14 Mar 2025 17:43:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E7=96=AF=E7=8B=82?= =?UTF-8?q?=E6=98=9F=E6=9C=9F=E5=9B=9B=E6=96=87=E6=A1=88=E5=A4=84=E7=90=86?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/kfccrazy/kfc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handler/kfccrazy/kfc.go b/handler/kfccrazy/kfc.go index 997e7a0..9f94e88 100644 --- a/handler/kfccrazy/kfc.go +++ b/handler/kfccrazy/kfc.go @@ -11,10 +11,10 @@ import ( ) func init() { - handler.RegisterHelpInform("疯狂星期四", "疯狂星期四", "随机输出疯狂星期四文案") + handler.RegisterHelpInform("疯狂星期四test", "疯狂星期四", "随机输出疯狂星期四文案") handler.RegisterHandler("疯狂星期四", pickKfc, constants.LEVEL_USER) handler.RegisterHelpInform("疯狂星期四文案添加", "疯狂星期四文案添加", "添加疯狂星期四文案") - handler.RegisterHandler("疯狂星期四文案添加", storeKfc, constants.LEVEL_USER) + handler.RegisterHandler("疯狂星期四文案添加", storeKfc, constants.LEVEL_TRUSTED) // 创建疯狂星期四文案表 createTableSQL := `CREATE TABLE IF NOT EXISTS kfc_crazy (