Class SlashCommandInteractionEvent

All Implemented Interfaces:
ISnowflake, GenericEvent, IDeferrableCallback, IModalCallback, IReplyCallback, CommandInteraction, CommandInteractionPayload, SlashCommandInteraction, Interaction

public class SlashCommandInteractionEvent extends GenericCommandInteractionEvent implements SlashCommandInteraction
Indicates that a slash command was used in a MessageChannel.

Requirements
To receive these events, you must unset the Interactions Endpoint URL in your application dashboard. You can simply remove the URL for this endpoint in your settings at the Discord Developers Portal.

See Also: