Class ForumTagRemoveEvent

All Implemented Interfaces:
GenericEvent

public class ForumTagRemoveEvent extends GenericForumTagEvent
Indicates that a ForumTag was removed from a IPostContainer.

Use ChannelUpdateAppliedTagsEvent to detect when a tag is removed from a forum post instead.

Requirements
This requires CacheFlag.FORUM_TAGS to be enabled. JDABuilder.createLight(...) disables this by default.