C# Class qtbot.Modules.AnimeTools

Exibir arquivo Open project: stepperman/HB-Discord-Bot

Public Properties

Property Type Description
AnimeFromAnilist Task>.Func
GetHBUser Task>.Func
UserFromAnilist Task>.Func

Public Methods

Method Description
AuthorizeAnilistAsync ( ) : Task
MakeAnimeObjectAsync ( IMessage message, IGuildUser author, object obj ) : System.Threading.Tasks.Task

Private Methods

Method Description
IsAnimeListAuthorized ( ITextChannel e ) : Task

Method Details

AuthorizeAnilistAsync() public static method

public static AuthorizeAnilistAsync ( ) : Task
return Task

MakeAnimeObjectAsync() public static method

public static MakeAnimeObjectAsync ( IMessage message, IGuildUser author, object obj ) : System.Threading.Tasks.Task
message IMessage
author IGuildUser
obj object
return System.Threading.Tasks.Task

Property Details

AnimeFromAnilist public_oe static_oe property

public static Func AnimeFromAnilist
return Task>.Func

GetHBUser public_oe static_oe property

public static Func GetHBUser
return Task>.Func

UserFromAnilist public_oe static_oe property

public static Func UserFromAnilist
return Task>.Func