Interface SlashCommandContext
- All Superinterfaces:
AccessContext,AccessValidator,ApplicationCommandEventContext,ChannelAccessContext,ChannelAccessValidator,ChannelEventContext,CommandContext,DeferrableInteractionEventContext,EventContext,InteractionCommandContext,InteractionEventContext,RepliableContext,SlashCommandEventContext
The execution context of an command invoked through a slash command.
- Since:
- 1.0
- Version:
- 1.0
-
Method Summary
Methods inherited from interface dev.sympho.bot_utils.access.AccessContext
asGuild, isPrivateMethods inherited from interface dev.sympho.bot_utils.access.ChannelAccessContext
asUserMethods inherited from interface dev.sympho.bot_utils.event.ChannelEventContext
belongs, belongs, belongs, belongs, hasAccess, hasAccess, validate, validatorMethods inherited from interface dev.sympho.modular_commands.api.command.context.CommandContext
caller, callerMember, commandInvocation, getArgument, getArgument, getArgument, getContext, invocation, requireArgument, requireArgument, requireArgument, requireContext, setContext, setContextMethods inherited from interface dev.sympho.bot_utils.event.EventContext
client, validateMethods inherited from interface dev.sympho.modular_commands.api.command.context.InteractionCommandContext
callerMember, channel, member, memberMethods inherited from interface dev.sympho.bot_utils.event.InteractionEventContext
channel, channelId, guild, guildId, interaction, member, member, userMethods inherited from interface dev.sympho.bot_utils.event.RepliableContext
replies, reply, reply, reply, reply, reply, reply, replyMethods inherited from interface dev.sympho.bot_utils.event.SlashCommandEventContext
event