Interface IParameterCheck<TAttribute>
- Namespace
- DSharpPlus.Commands.ContextChecks.ParameterChecks
- Assembly
- DSharpPlus.Commands.dll
Represents a base interface for parameter checks to implement.
public interface IParameterCheck<TAttribute> : IParameterCheck
Type Parameters
TAttribute
Methods
- ExecuteCheckAsync(TAttribute, ParameterCheckInfo, CommandContext)
Executes the check given the attribute and parameter info.