ignoredEventIntents

@ConfigurationValue(path = "botcommands.core.ignoredEventIntents", type = "java.util.Set<java.lang.Class<net.dv8tion.jda.api.events.Event>>")
abstract val ignoredEventIntents: Set<Class<out Event>>(source)

Events for which the event waiter must ignore intent requirements.

If not ignored, the event would still be being listened to, but a warning would have been logged.

Spring property: botcommands.core.ignoredEventIntents