Table of Contents

Interface ISlashCommandParameterNameProcessor<TContext>

Namespace
NetCord.Services.ApplicationCommands
Assembly
NetCord.Services.dll
public interface ISlashCommandParameterNameProcessor<TContext> where TContext : IApplicationCommandContext

Type Parameters

TContext

Methods

ProcessParameterName(string, ApplicationCommandServiceConfiguration<TContext>)

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

Parameters

name string
configuration ApplicationCommandServiceConfiguration<TContext>

Returns

string