C# Class Nekobot.Commands.CommandExtensions

Afficher le fichier Open project: Kusoneko/Nekobot

Méthodes publiques

Méthode Description
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

Method Details

Commands() public static méthode

public static Commands ( this client, bool required = true ) : Nekobot.Commands.CommandService
client this
required bool
Résultat Nekobot.Commands.CommandService

UsingCommands() public static méthode

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
Résultat Discord.DiscordClient