Skip to content

Commit

Permalink
Added a fix for #306
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Mar 6, 2023
1 parent f815087 commit 699f9cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void onPerform(CommandEvent commandEvent) {
if (warning != null) {
commandEvent.reply(commandEvent.getResource("message.infractions.success", member.getAsMention(), warning.getWarnings()));
} else {
commandEvent.reply(commandEvent.getResource("message.infractions.empty"));
commandEvent.reply(commandEvent.getResource("message.infractions.empty", member.getAsMention()));
}
}

Expand Down

0 comments on commit 699f9cb

Please sign in to comment.