Method AddCheck
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
AddCheck<T>()
Adds a new check to the extension.
public void AddCheck<T>() where T : IContextCheck
Type Parameters
T
AddCheck(Type)
Adds a new check to the extension.
public void AddCheck(Type checkType)
Parameters
checkType
Type