Method | Description | |
---|---|---|
AddCheck ( Func |
||
AddCheck ( IPermissionChecker check ) : |
||
Alias ( ) : |
||
Description ( string description ) : |
||
Do ( Action |
||
Do ( Task>.Func |
||
FlagMusic ( bool isMusicRelated ) : |
||
FlagNsfw ( bool isNsfw ) : |
||
Hide ( ) : |
||
Parameter ( string name, ParameterType type = ParameterType.Required ) : |
Method | Description | |
---|---|---|
AppendPrefix ( string prefix, string cmd ) : string | ||
Build ( ) : void | ||
CommandBuilder ( Nekobot.Commands.CommandService service, string text, string prefix = "", string category = "", IEnumerable |
public AddCheck ( Func |
||
checkFunc | Func |
|
errorMsg | string | |
return |
public AddCheck ( IPermissionChecker check ) : |
||
check | IPermissionChecker | |
return |
public Description ( string description ) : |
||
description | string | |
return |
public FlagMusic ( bool isMusicRelated ) : |
||
isMusicRelated | bool | |
return |
public FlagNsfw ( bool isNsfw ) : |
||
isNsfw | bool | |
return |
public Parameter ( string name, ParameterType type = ParameterType.Required ) : |
||
name | string | |
type | ParameterType | |
return |