Skip to content

Commit

Permalink
Update TextChannelUpdateNSFWEvent.java (#1774)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olzie-12 committed Aug 30, 2021
1 parent bd114fa commit 08c9046
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,14 @@ public boolean getOldNSFW()
{
return getOldValue();
}

/**
* Whether the channel was marked NSFW before
*
* @return False, if the channel was marked NSFW before
*/
public boolean getNewNSFW()
{
return getNewValue();
}
}

0 comments on commit 08c9046

Please sign in to comment.