fix: 更新疯狂星期四文案处理逻辑,添加周四判断和不回复机制
This commit is contained in:
@@ -19,3 +19,9 @@ type Reply struct {
|
||||
ReferOriginMsg bool `json:"referOriginMsg"`
|
||||
FromMsg Message `json:"fromMsg"`
|
||||
}
|
||||
|
||||
var NotReply = Reply{
|
||||
ReplyMsg: "",
|
||||
ReferOriginMsg: false,
|
||||
FromMsg: Message{},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user