discord4j.voice.VoiceGatewayEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of discord4j-voice Show documentation
Show all versions of discord4j-voice Show documentation
A JVM-based REST/WS wrapper for the official Discord Bot API
package discord4j.voice;
/**
* Marker interface for Discord voice Gateway events.
*/
public interface VoiceGatewayEvent {
}