We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa928d commit a9dfbdbCopy full SHA for a9dfbdb
1 file changed
plugin/dish/dish.go
@@ -96,7 +96,7 @@ func init() {
96
return
97
}
98
99
- name := ctx.NickName()
+ name := ctx.CardOrNickName(ctx.Event.UserID)
100
var d dish
101
if err := db.Pick("dish", &d); err != nil {
102
ctx.SendChain(message.Text("小店好像出错了,暂时端不出菜来惹"))
0 commit comments