C# Class qtbot.AdminCommands

Show file Open project: stepperman/HB-Discord-Bot

Public Properties

Property Type Description
AddPermissionToRank Task>.Func
AddRemoveRole Task>.Func
ChangeAvatar Task>.Func
ChangeNickname Task>.Func
ChangeUsername Task>.Func
DeleteMessages Task>.Func
EditServer Task>.Func
GetCommands Task>.Func
RemovePermissionToRank Task>.Func
TimeoutUser Task>.Func

Public Methods

Method Description
RoleSuccessFailAsync ( bool success, CommandArgs e ) : System.Threading.Tasks.Task

Method Details

RoleSuccessFailAsync() public static method

public static RoleSuccessFailAsync ( bool success, CommandArgs e ) : System.Threading.Tasks.Task
success bool
e qtbot.CommandPlugin.CommandArgs
return System.Threading.Tasks.Task

Property Details

AddPermissionToRank public static property

public static Func AddPermissionToRank
return Task>.Func

AddRemoveRole public static property

public static Func AddRemoveRole
return Task>.Func

ChangeAvatar public static property

public static Func ChangeAvatar
return Task>.Func

ChangeNickname public static property

public static Func ChangeNickname
return Task>.Func

ChangeUsername public static property

public static Func ChangeUsername
return Task>.Func

DeleteMessages public static property

public static Func DeleteMessages
return Task>.Func

EditServer public static property

public static Func EditServer
return Task>.Func

GetCommands public static property

public static Func GetCommands
return Task>.Func

RemovePermissionToRank public static property

public static Func RemovePermissionToRank
return Task>.Func

TimeoutUser public static property

public static Func TimeoutUser
return Task>.Func