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