C# Класс Nekobot.Commands.CommandExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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