This commit is contained in:
源文雨
2023-03-25 21:47:24 +08:00
parent 0c8dfb3f9c
commit b4a1f93993

View File

@@ -39,7 +39,7 @@ func init() {
)).SetBlock(true).
Handle(func(ctx *zero.Ctx) {
card := cards[fcext.RandSenderPerDayN(ctx.Event.UserID, len(cards))]
data, err := engine.GetLazyData(engine.DataFolder()+"wives/"+card, true)
data, err := engine.GetLazyData("wives/"+card, true)
if err != nil {
ctx.SendChain(
message.At(ctx.Event.UserID),