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