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