Table of Contents

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
Inherited Members

Constructors

SnakeCaseSlashCommandParameterNameProcessor()

public SnakeCaseSlashCommandParameterNameProcessor()

Methods

ProcessParameterName(string, ApplicationCommandServiceConfiguration<TContext>)

public string ProcessParameterName(string name, ApplicationCommandServiceConfiguration<TContext> configuration)

Parameters

name string
configuration ApplicationCommandServiceConfiguration<TContext>

Returns

string