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 aCommand
was updated.You cannot get the old command information from this event.
This is fired for commands from any application.
-
-
Constructor Summary
Constructors Constructor Description ApplicationCommandUpdateEvent(JDA api, long responseNumber, Command command, Guild guild)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.application.GenericApplicationCommandEvent
getCommand, getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-