fix: 更新疯狂星期四文案处理逻辑
This commit is contained in:
@@ -11,10 +11,10 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
handler.RegisterHelpInform("疯狂星期四", "疯狂星期四", "随机输出疯狂星期四文案")
|
handler.RegisterHelpInform("疯狂星期四test", "疯狂星期四", "随机输出疯狂星期四文案")
|
||||||
handler.RegisterHandler("疯狂星期四", pickKfc, constants.LEVEL_USER)
|
handler.RegisterHandler("疯狂星期四", pickKfc, constants.LEVEL_USER)
|
||||||
handler.RegisterHelpInform("疯狂星期四文案添加", "疯狂星期四文案添加", "添加疯狂星期四文案")
|
handler.RegisterHelpInform("疯狂星期四文案添加", "疯狂星期四文案添加", "添加疯狂星期四文案")
|
||||||
handler.RegisterHandler("疯狂星期四文案添加", storeKfc, constants.LEVEL_USER)
|
handler.RegisterHandler("疯狂星期四文案添加", storeKfc, constants.LEVEL_TRUSTED)
|
||||||
|
|
||||||
// 创建疯狂星期四文案表
|
// 创建疯狂星期四文案表
|
||||||
createTableSQL := `CREATE TABLE IF NOT EXISTS kfc_crazy (
|
createTableSQL := `CREATE TABLE IF NOT EXISTS kfc_crazy (
|
||||||
|
|||||||
Reference in New Issue
Block a user