Discord.Commands.CommandService.CommandService C# (CSharp) Method

CommandService() public method

public CommandService ( ) : System
return System
        public CommandService()
            : this(new CommandServiceConfigBuilder())
        {
        }
        public CommandService(CommandServiceConfigBuilder builder)

Same methods

CommandService::CommandService ( Discord.Commands.CommandServiceConfig config ) : System
CommandService::CommandService ( Discord.Commands.CommandServiceConfigBuilder builder ) : System