Class ApplicationCommandUpdateEvent
- java.lang.Object
- 
- net.dv8tion.jda.api.events.Event
- 
- net.dv8tion.jda.api.events.application.GenericApplicationCommandEvent
- 
- net.dv8tion.jda.api.events.application.ApplicationCommandUpdateEvent
 
 
 
- 
- All Implemented Interfaces:
- GenericEvent
 
 public class ApplicationCommandUpdateEvent extends GenericApplicationCommandEvent Indicates that aCommandwas updated.You cannot get the old command information from this event. This is fired for commands from any application. 
- 
- 
Constructor SummaryConstructors Constructor Description ApplicationCommandUpdateEvent(JDA api, long responseNumber, Command command, Guild guild)
 - 
Method Summary- 
Methods inherited from class net.dv8tion.jda.api.events.application.GenericApplicationCommandEventgetCommand, getGuild
 - 
Methods inherited from class net.dv8tion.jda.api.events.EventgetJDA, getResponseNumber
 
- 
 
-