Table of Contents

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

Properties

Instance

public static KebabCaseSlashCommandParameterNameProcessor<TContext> Instance { get; }

Property Value

KebabCaseSlashCommandParameterNameProcessor<TContext>

Methods

ProcessParameterName(string, ApplicationCommandServiceConfiguration<TContext>)

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

Parameters

name string
configuration ApplicationCommandServiceConfiguration<TContext>

Returns

string