fix: 更新疯狂星期四文案处理逻辑
This commit is contained in:
parent
a1a64334c8
commit
5b98da8cef
@ -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 (
|
||||
|
Loading…
x
Reference in New Issue
Block a user