Class SoundboardSoundDeleteEvent

All Implemented Interfaces:
GenericEvent

public class SoundboardSoundDeleteEvent extends GenericSoundboardSoundEvent
Indicates that a SoundboardSound was deleted.

Requirements
This event require CacheFlag.SOUNDBOARD_SOUNDS to be enabled, which requires GatewayIntent.GUILD_EXPRESSIONS.
createLight(String) disables that CacheFlag by default!

  • Constructor Details

    • SoundboardSoundDeleteEvent

      public SoundboardSoundDeleteEvent(@Nonnull JDA api, long responseNumber, @Nonnull SoundboardSound soundboardSound)