Table of Contents

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

Constructors

SlashCommandParameterNameProcessor()

public SlashCommandParameterNameProcessor()

Methods

ProcessParameterName(string, ApplicationCommandServiceConfiguration<TContext>)

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

Parameters

name string
configuration ApplicationCommandServiceConfiguration<TContext>

Returns

string