Skip to content

Commit

Permalink
fix wifw
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Mar 25, 2023
1 parent 0c8dfb3 commit b4a1f93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/wife/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit b4a1f93

Please sign in to comment.