C# 클래스 Nekobot.Commands.CommandExtensions

파일 보기 프로젝트 열기: Kusoneko/Nekobot

공개 메소드들

메소드 설명
Commands ( this client, bool required = true ) : Nekobot.Commands.CommandService
UsingCommands ( this client, CommandServiceConfig config = null, bool>.Func getNsfwFlag = null, bool>.Func getMusicFlag = null, Func getIgnoredChannelFlag = null ) : Discord.DiscordClient

메소드 상세

Commands() 공개 정적인 메소드

public static Commands ( this client, bool required = true ) : Nekobot.Commands.CommandService
client this
required bool
리턴 Nekobot.Commands.CommandService

UsingCommands() 공개 정적인 메소드

public static UsingCommands ( this client, CommandServiceConfig config = null, bool>.Func getNsfwFlag = null, bool>.Func getMusicFlag = null, Func getIgnoredChannelFlag = null ) : Discord.DiscordClient
client this
config CommandServiceConfig
getNsfwFlag bool>.Func
getMusicFlag bool>.Func
getIgnoredChannelFlag Func
리턴 Discord.DiscordClient