Class SlashCommandParameterNameProcessor<TContext>
- Namespace
- NetCord.Services.ApplicationCommands
- Assembly
- NetCord.Services.dll
public class SlashCommandParameterNameProcessor<TContext> : ISlashCommandParameterNameProcessor<TContext> where TContext : IApplicationCommandContext
Type Parameters
TContext
- Inheritance
-
SlashCommandParameterNameProcessor<TContext>
- Implements
-
ISlashCommandParameterNameProcessor<TContext>
- Inherited Members
Constructors
SlashCommandParameterNameProcessor()
public SlashCommandParameterNameProcessor()
Methods
ProcessParameterName(string, ApplicationCommandServiceConfiguration<TContext>)
public string ProcessParameterName(string name, ApplicationCommandServiceConfiguration<TContext> configuration)
Parameters
name
stringconfiguration
ApplicationCommandServiceConfiguration<TContext>