Class SoundboardSoundUpdateNameEvent

All Implemented Interfaces:
GenericEvent, UpdateEvent<SoundboardSound, String>

public class SoundboardSoundUpdateNameEvent extends GenericSoundboardSoundUpdateEvent<String>
Indicates that the name of a soundboard sound changed.

Can be used to retrieve the old name.

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

Identifier: "name"