Class ApplicationCommandUpdateEvent

  • All Implemented Interfaces:
    GenericEvent

    public class ApplicationCommandUpdateEvent
    extends GenericApplicationCommandEvent
    Indicates that a Command was updated.

    You cannot get the old command information from this event.

    This is fired for commands from any application.

    • Constructor Detail

      • ApplicationCommandUpdateEvent

        public ApplicationCommandUpdateEvent​(@Nonnull
                                             JDA api,
                                             long responseNumber,
                                             @Nonnull
                                             Command command,
                                             @Nullable
                                             Guild guild)