Skip to content

Commit

Permalink
修复功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Kloping committed Dec 20, 2022
1 parent 04edaf9 commit e187410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/io/github/gdpl2112/forbiddenWord/Work.java
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ record = records.get(0);
member.mute(mode.getT().intValue());
}
}
recordMapper.deleteById(record.getId());
if (mode.getReset())
recordMapper.deleteById(record.getId());
}
MessageChainBuilder builder = new MessageChainBuilder();
builder.append(new At(qid)).append("\n")
Expand Down

0 comments on commit e187410

Please sign in to comment.