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
stringconfiguration
ApplicationCommandServiceConfiguration<TContext>