refactor: 重命名Message.RawMsg
This commit is contained in:
@@ -10,7 +10,7 @@ func init() {
|
||||
}
|
||||
|
||||
func say(msg model.Message) (reply model.Reply) {
|
||||
if len(msg.Msg) <= len("kw ") {
|
||||
if len(msg.RawMsg) <= len("kw ") {
|
||||
return model.Reply{}
|
||||
}
|
||||
return model.Reply{
|
||||
|
||||
Reference in New Issue
Block a user