Package net.dv8tion.jda.api.events.guild.scheduledevent.update
package net.dv8tion.jda.api.events.guild.scheduledevent.update
Events for
ScheduleEvent updates.
Requirements
These events require the SCHEDULED_EVENTS intent and CacheFlag.SCHEDULED_EVENTS to be enabled.
createDefault(String) and
createLight(String) disable this by default!
Discord does not specifically tell us about the updates, but merely tells us the
ScheduledEvent was updated and gives us the updated ScheduledEvent object.
In order to fire specific events we need to have the old ScheduledEvent cached to compare against.
-
ClassesClassDescriptionA generic gateway event class representing an update of a
ScheduledEvententity.Indicates thedescriptionof aScheduledEventhas changed.Indicates theend timeof aScheduledEventhas changed.Indicates theimageof aScheduledEventhas changed.Indicates that the location of aScheduledEventhas changed.Indicates that thenameof aScheduledEventhas changed.Indicates thestart timeof aScheduledEventhas changed.Indicates that thestatusof aScheduledEventhas changed.