C# Class qtbot.AdminCommands

ファイルを表示 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_oe static_oe property

public static Func AddPermissionToRank
return Task>.Func

AddRemoveRole public_oe static_oe property

public static Func AddRemoveRole
return Task>.Func

ChangeAvatar public_oe static_oe property

public static Func ChangeAvatar
return Task>.Func

ChangeNickname public_oe static_oe property

public static Func ChangeNickname
return Task>.Func

ChangeUsername public_oe static_oe property

public static Func ChangeUsername
return Task>.Func

DeleteMessages public_oe static_oe property

public static Func DeleteMessages
return Task>.Func

EditServer public_oe static_oe property

public static Func EditServer
return Task>.Func

GetCommands public_oe static_oe property

public static Func GetCommands
return Task>.Func

RemovePermissionToRank public_oe static_oe property

public static Func RemovePermissionToRank
return Task>.Func

TimeoutUser public_oe static_oe property

public static Func TimeoutUser
return Task>.Func