Skip to content

Commit

Permalink
Added another tag word.
Browse files Browse the repository at this point in the history
  • Loading branch information
DxsSucuk committed Jan 7, 2024
1 parent e5df78b commit 057343e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void sendMessage(CommandEvent commandEvent) {

if (tags.contains("loli") || tags.contains("l0li") || tags.contains("lol1") || tags.contains("l0l1") ||
tags.contains("child") || tags.contentEquals("children") || tags.contains("kid") ||
tags.contains("underaged") || tags.contains("underage")) {
tags.contains("underaged") || tags.contains("underage") || tags.contains("young")) {
message.editMessage(commandEvent.getResource("message.nsfw.notAllowed")).queue();
return;
}
Expand Down

0 comments on commit 057343e

Please sign in to comment.