Class SlashCommandContext
The context for a slash command.
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Commands.Models.Contexts
Assembly: Color-Chan.Discord.Commands.dll
Syntax
public class SlashCommandContext : InteractionContext, ISlashCommandContext, IInteractionContext
Properties
| Improve this Doc View SourceSlashCommandName
The full slash command name.
Declaration
public IEnumerable<string> SlashCommandName { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<String> |